123
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "postgres-control-center",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"workspaces": [
|
||||
"backend",
|
||||
"frontend"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "npm run dev -w backend & npm run dev -w frontend",
|
||||
"build": "npm run build -w backend && npm run build -w frontend",
|
||||
"start": "npm run start -w backend"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user