We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7b6d9 commit 83d70a0Copy full SHA for 83d70a0
2 files changed
examples/vitedemo/QUICKSTART.md
examples/vitedemo/README.md
@@ -37,6 +37,9 @@ npm run build
37
npm run preview
38
```
39
40
+Note: `npm run build` runs `tsc` with strict settings. If you hit TypeScript errors in the demo
41
+code, use `npm run dev` for browser verification or fix the demo types before building.
42
+
43
## How to Use
44
45
1. **Upload a file**
0 commit comments