Q&A mobile

This commit is contained in:
nmemmert
2026-06-09 11:30:36 -04:00
parent ee9d76ada7
commit 8eae361a73
3 changed files with 291 additions and 51 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"name": "siteforge",
"runtimeExecutable": "node",
"runtimeArgs": ["--env-file=.env", "server.js"],
"port": 4173
"port": 4173,
"autoPort": false
}
]
}