quickshare/package.json
Hexxa c8a3f911e8
Release 0.3.0 (#37)
* chore(cicd): add build and start script

* fix(client/web): fix fail to reupload same file, avoid default worker

* test(client/web): add case for worker list filtering
2021-01-31 19:37:05 +08:00

10 lines
181 B
JSON

{
"private": true,
"workspaces": [
"src/client/web"
],
"scripts": {
"build": "scripts/build",
"start": "go run cmd/start/main.go -c `pwd`/configs/dev.yml"
}
}