Skip to content

Commit 365aa08

Browse files
committed
Update README.md
1 parent 83d70a0 commit 365aa08

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

examples/vitedemo/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ npm run dev
3030

3131
The demo will open automatically at: http://localhost:3000
3232

33-
### 3. Build for Production
33+
### 3. Build for Production (Not Supported Yet)
3434

35-
```bash
36-
npm run build
37-
npm run preview
38-
```
35+
This demo is intended for `npm run dev` only. The production build currently fails because the
36+
demo source includes strict TypeScript issues, so it will not work "out of the box."
3937

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.
38+
If you need a no-build browser check, use the browser test page served by:
39+
`node examples/browser-test-server.js`
4240

4341
## How to Use
4442

0 commit comments

Comments
 (0)