Skip to content

Commit ab08358

Browse files
committed
mid Progress
1 parent 4f67f98 commit ab08358

24 files changed

+378
-276
lines changed

nest-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"sourceRoot": "src",
55
"compilerOptions": {
66
"assets": [
7-
"**/*.pug"
7+
"**/*.hbs"
88
],
99
"watchAssets": true
1010
},

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@
2121
"test:e2e": "jest --config ./test/jest-e2e.json"
2222
},
2323
"dependencies": {
24+
"@fastify/static": "^6.5.0",
2425
"@fastify/view": "^7.1.0",
2526
"@nestjs/common": "^9.0.0",
2627
"@nestjs/core": "^9.0.0",
2728
"@nestjs/platform-fastify": "^9.1.4",
29+
"@nestjs/serve-static": "^3.0.0",
2830
"chalk": "^4",
2931
"fastify": "^4.7.0",
30-
"pug": "^3.0.2",
32+
"handlebars": "^4.7.7",
3133
"reflect-metadata": "^0.1.13",
3234
"rimraf": "^3.0.2",
3335
"rxjs": "^7.2.0",
@@ -39,7 +41,6 @@
3941
"@nestjs/testing": "^9.0.0",
4042
"@types/jest": "28.1.8",
4143
"@types/node": "^16.0.0",
42-
"@types/pug": "^2.0.6",
4344
"@types/supertest": "^2.0.11",
4445
"@types/uuid": "^8.3.4",
4546
"@typescript-eslint/eslint-plugin": "^5.0.0",

0 commit comments

Comments
 (0)