quickshare/package.json
Hexxa b0d1cdccfc
fix(docker): add dockfile and small fixes (#38)
* fix(docker): add dockfile and small fixes

* chore(readme): small fixes
2021-02-01 21:36:56 +08:00

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"
}
}