Merge branch 'dev' into 6994-fix_vnLogValue_whenIsString
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Javier Segarra 2025-03-25 21:56:21 +00:00
commit 654834f04f
1 changed files with 6 additions and 0 deletions

View File

@ -49,3 +49,9 @@ pnpm run test:e2e:summary
```bash
quasar build
```
### Serve the app for production
```bash
quasar build quasar serve dist/spa --host 0.0.0.0 --proxy=./proxy-serve.js
```