feat: update the readme and add wasm build script

This commit is contained in:
Jet Pham 2025-11-18 00:45:50 -08:00
parent 2ec0ee9640
commit 07584f48ec
No known key found for this signature in database
3 changed files with 144 additions and 25 deletions

View file

@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"build": "next build",
"build:wasm": "cd cgol && wasm-pack build --release --target web",
"check": "next lint && tsc --noEmit",
"db:generate": "prisma migrate dev",
"db:migrate": "prisma migrate deploy",