13 lines
308 B
JSON
13 lines
308 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"src/client/web"
|
|
],
|
|
"scripts": {
|
|
"build": "scripts/build.sh",
|
|
"start": "cd src/client/web/ && yarn && yarn build && cd ../../.. && go run cmd/start/main.go -c `pwd`/configs/dev.yml"
|
|
},
|
|
"dependencies": {
|
|
"webpack-bundle-analyzer": "^4.4.2"
|
|
}
|
|
}
|