We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adf5921 + 3623123 commit e2c601bCopy full SHA for e2c601b
examples/storage/README.md
@@ -3,20 +3,26 @@
3
4
Use persistent allows you to create data that will persist across sessions. This example will teach you how to use the `use_persistant` hook.
5
6
-Desktop:
+## Desktop:
7
8
```sh
9
-dx serve --platform desktop --features desktop
+dx serve --platform desktop
10
```
11
12
-Web:
+## Web:
13
14
15
-dx serve --features web
+dx serve --platform web
16
17
18
-Fullstack:
+## Fullstack:
19
20
21
-dx serve --platform fullstack --features fullstack
+dx serve --platform web --fullstack --features fullstack
22
+```
23
+
24
+Or:
25
26
+```sh
27
+dx serve --platform desktop --fullstack --features fullstack
28
0 commit comments