Spaces:
Running
Running
Warn about changes not persisted
Browse files
README.md
CHANGED
|
@@ -56,8 +56,10 @@ The application does not restart automatically when you change the code. For you
|
|
| 56 |
|
| 57 |
### Persisting changes
|
| 58 |
|
| 59 |
-
|
| 60 |
-
|
|
|
|
|
|
|
| 61 |
If you wish to persist changes made while the Dev Mode is enabled, you need to use `git` from inside the Space container (using VS Code or SSH). For example:
|
| 62 |
|
| 63 |
```shell
|
|
|
|
| 56 |
|
| 57 |
### Persisting changes
|
| 58 |
|
| 59 |
+
<div class="alert alert-warning">
|
| 60 |
+
The changes you make when the Dev Mode is enabled are not persisted to the Space repo automatically.
|
| 61 |
+
By default, they will be discarded when the Dev Mode is disabled or when the Space goes to sleep.
|
| 62 |
+
</div>
|
| 63 |
If you wish to persist changes made while the Dev Mode is enabled, you need to use `git` from inside the Space container (using VS Code or SSH). For example:
|
| 64 |
|
| 65 |
```shell
|