fix(VnLog): refs #6994 simplify value binding and improve descriptor handling #1636

Merged
alexm merged 8 commits from 6994-fix_vnLogValue_whenIsString into dev 2025-03-26 08:29:36 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 654834f04f - Show all commits

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
```