first commit

This commit is contained in:
kicap1992
2022-04-15 13:59:42 +08:00
commit d82096d5e5
18 changed files with 12056 additions and 0 deletions

6
nodemon.json Normal file
View File

@ -0,0 +1,6 @@
{
"verbose": true,
"ignore": [ "node_modules", ".next" ],
"watch": ["server/**/*" , "index.js"],
"ext": "js json jsx ts tsx "
}