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.
1 parent 4c3f45a commit 309c287Copy full SHA for 309c287
README.md
@@ -14,10 +14,10 @@ The next steps depend on whether you want to run this locally in filesystem mode
14
15
### Local/filesystem mode
16
17
-1. add an `.env` file with `VITE_USE_FILESYSTEM=true` in it
+1. add an `.env` file with `PUBLIC_USE_FILESYSTEM=true` in it
18
2. Run the app locally with `pnpm dev` or `pnpm build && pnpm preview`.
19
20
### WebContainer mode
21
22
-1. if an `.env` file exists, modify it so there's `VITE_USE_FILESYSTEM=` in it
+1. if an `.env` file exists, modify it so there's `PUBLIC_USE_FILESYSTEM=` in it
23
0 commit comments