mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-17 11:07:04 +01:00
14 lines
341 B
JSON
14 lines
341 B
JSON
{
|
|
"scripts": {
|
|
"dev:docker": "docker-compose up memcached",
|
|
"dev:backend": "cd backend && cargo watch -x 'run --bin cryptgeon'",
|
|
"dev:front": "pnpm --prefix frontend run dev",
|
|
"dev:proxy": "node proxy.mjs",
|
|
"dev": "run-p dev:*"
|
|
},
|
|
"devDependencies": {
|
|
"http-proxy": "^1.18.1",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|