2025-05-18 21:05:49 +08:00

18 lines
354 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## dev
如果想要部署到公网中,想要通过密码认证才能进入,进行如下步骤:
```bash
touch .env.website.local
```
写入:
```toml
VITE_USE_AUTH=true
VITE_WEBSOCKET_URL=wss://<IP>/<路径>
```
使用 `npm run serve:website` 进行测试(服务端使用 ts-node src/server.ts
使用 `npm run build:website` 进行打包