Initial Firmware chat web app
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "firmware-chat-web",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"server",
|
||||
"web"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "concurrently -n server,web -c blue,green \"npm -w server run dev\" \"npm -w web run dev\"",
|
||||
"build": "npm -w web run build",
|
||||
"start": "npm -w server run start",
|
||||
"lint": "npm -w server run lint && npm -w web run lint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user