Commits (5)
-
Rosanny Sihombing authored55b6ba20
-
Rosanny Sihombing authoredbe9dd195
-
Rosanny Sihombing authored73862282
-
Rosanny Sihombing authored60137511
-
Rosanny Sihombing authored
Restructure the codes See merge request !88
681360bb
__test/integration.test.ts
0 → 100644
__test/unit.test.ts
0 → 100644
... | @@ -14,10 +14,11 @@ | ... | @@ -14,10 +14,11 @@ |
"url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start:dev": "nodemon app.ts", | "start:dev": "nodemon ./src/app.ts", | ||
"start": "nodemon ./built/app.js", | "start": "nodemon ./built/app.js", | ||
"build": "tsc -build", | "build": "tsc -build", | ||
"clean": "tsc -build --clean", | "clean": "tsc -build --clean", | ||
"check-types": "tsc", | |||
"test": "jest", | "test": "jest", | ||
"cleancode": "ts-standard --fix" | "cleancode": "ts-standard --fix" | ||
}, | }, | ||
... | ... |
File moved
File moved
File moved
File moved