You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
341 B
13 lines
341 B
{ |
|
"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" |
|
} |
|
}
|
|
|