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