This commit is contained in:
nmemmert
2026-06-08 16:47:21 -04:00
parent 3e1b1e0fae
commit 9ad24df626
6 changed files with 192 additions and 27 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "siteforge",
"runtimeExecutable": "node",
"runtimeArgs": ["--env-file=.env", "server.js"],
"port": 4173
}
]
}