zeroed-some/localtoast / e0431b8

Browse files

behave please

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
e0431b8b7a5d139f3f60a7d58be6f4bf1d75697c
Parents
4f598fd
Tree
154f884

1 changed file

StatusFile+-
A railway.json 12 0
railway.jsonadded
@@ -0,0 +1,12 @@
1
+{
2
+  "$schema": "https://railway.app/railway.schema.json",
3
+  "build": {
4
+    "builder": "NIXPACKS",
5
+    "buildCommand": "npm install && npm install --workspace=backend"
6
+  },
7
+  "deploy": {
8
+    "startCommand": "npm run start --workspace=backend",
9
+    "restartPolicyType": "ON_FAILURE",
10
+    "restartPolicyMaxRetries": 10
11
+  }
12
+}