mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 08:16:28 +00:00
12 lines
261 B
JSON
12 lines
261 B
JSON
{
|
|
"scripts": {
|
|
"dev:docker": "docker-compose up memcached",
|
|
"dev:backend": "cargo watch -x 'run --bin cryptgeon'",
|
|
"dev:front": "pnpm --prefix client run dev",
|
|
"dev": "run-p dev:*"
|
|
},
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|