Commit fa7091a
authored
readonlyInStagingMode default to false (#26004)
This pull request makes a small change to the default data store
policies in the `dataStoreRuntime.ts` file. The change updates the
default setting for `readonlyInStagingMode` to be `false` instead of
`true`, allowing data stores to be writable in staging mode by default.
This is to aid prototyping. StagingMode is still alpha, so this breaking
change is acceptable.1 parent 616f970 commit fa7091a
File tree
3 files changed
+6
-7
lines changed- packages
- runtime
- datastore/src
- runtime-definitions/src
- test/local-server-tests/src/test
3 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
327 | 329 | | |
328 | 330 | | |
329 | 331 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 131 | | |
135 | 132 | | |
136 | 133 | | |
| |||
0 commit comments