Spaces:
Runtime error
Runtime error
Update package.json
Browse files- package.json +2 -2
package.json
CHANGED
@@ -18,11 +18,11 @@
|
|
18 |
"tsconfig-paths": "^4.2.0"
|
19 |
},
|
20 |
"scripts": {
|
21 |
-
"start": "
|
22 |
"test": "nodemon test.ts"
|
23 |
},
|
24 |
"keywords": [],
|
25 |
"author": "ruriko123",
|
26 |
"license": "ISC",
|
27 |
"description": ""
|
28 |
-
}
|
|
|
18 |
"tsconfig-paths": "^4.2.0"
|
19 |
},
|
20 |
"scripts": {
|
21 |
+
"start": "nodemon main.ts",
|
22 |
"test": "nodemon test.ts"
|
23 |
},
|
24 |
"keywords": [],
|
25 |
"author": "ruriko123",
|
26 |
"license": "ISC",
|
27 |
"description": ""
|
28 |
+
}
|