Initial commit from Create Next App

This commit is contained in:
Gavin McDonald
2025-04-09 09:13:53 -04:00
commit a7708b4fad
12 changed files with 1686 additions and 0 deletions

5
nodemon.json Normal file
View File

@@ -0,0 +1,5 @@
{
"watch": ["server.ts"],
"exec": "ts-node --project tsconfig.server.json server.ts",
"ext": "js ts"
}