Initial commit.

This commit is contained in:
rainbownapkin 2024-11-15 17:44:03 -05:00
commit f0c91b4e55
78 changed files with 5054 additions and 0 deletions

9
nodemon.json Normal file
View file

@ -0,0 +1,9 @@
{
"watch": [
"config.json",
"nodemon.json",
"package.json",
"package-lock.json",
"src/*"
]
}