This commit is contained in:
2021-05-02 15:44:42 +02:00
parent c1ff3a6543
commit f447cbea2d
3 changed files with 1395 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"scripts": {
"dev:docker": "docker-compose up memcached",
"dev:backend": "cargo watch -x 'run --bin cryptgeon'",
"dev:front": "npm --prefix client run dev",
"dev": "run-p dev:*"
},
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}