Original
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "vortex-messenger",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"apps/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "concurrently -k -n server,web -c \"#6366f1\",\"#8b5cf6\" \"npm run dev -w apps/server\" \"npm run dev -w apps/web\"",
|
||||
"build": "npm run build -w apps/server && npm run build -w apps/web",
|
||||
"db:push": "npm run db:push -w apps/server",
|
||||
"db:seed": "npm run db:seed -w apps/server",
|
||||
"setup": "npm install && npm run db:push && npm run db:seed",
|
||||
"start": "npm run dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user