2024-09-17 20:58:31 +02:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
|
|
|
"concurrently": "^9.0.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2024-11-24 22:19:53 +01:00
|
|
|
"dev": "concurrently -n .net,node,rate -c magenta,yellow,blue -i 'pnpm watch:be' 'cd Foxnouns.Frontend && pnpm dev' 'cd rate && go run -v .'",
|
|
|
|
"watch:be": "dotnet watch --no-hot-reload --project Foxnouns.Backend -- --migrate-and-start",
|
2024-11-24 15:55:29 +01:00
|
|
|
"format": "dotnet csharpier . && cd Foxnouns.Frontend && pnpm format"
|
|
|
|
},
|
|
|
|
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
|
2024-09-17 20:58:31 +02:00
|
|
|
}
|