Add Backend Project and add Tournament Detail Page
This commit is contained in:
10
backend_splatournament_manager/nodemon.json
Normal file
10
backend_splatournament_manager/nodemon.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"watch": [
|
||||
"src"
|
||||
],
|
||||
"ext": "ts,json",
|
||||
"ignore": [
|
||||
"src/**/*.spec.ts"
|
||||
],
|
||||
"exec": "ts-node ./src/app.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user