getting there

This commit is contained in:
2025-08-06 23:44:06 -04:00
parent 839d596b55
commit e9b8258fd9
2 changed files with 10 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
"version": "0.0.2",
"scripts": {
"dev": "pnpm --parallel dev",
"build": "pnpm run -F client build"
"build": "pnpm run -F client build",
"start": "pnpm run -F server start"
}
}