10 lines
243 B
JSON
10 lines
243 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"
|
|
}
|
|
}
|