Moved to Giraffe View Engine

This commit is contained in:
2022-02-22 15:22:32 +10:00
parent b5a2514495
commit cb58262507
51 changed files with 284 additions and 1379 deletions

View File

@@ -14,8 +14,8 @@
"license": "",
"repository": "",
"scripts": {
"sass": "sass sass:wwwroot/styles",
"sass": "sass sass:wwwroot/styles",
"typescript": "tsc",
"build" : "npm run sass && npm run typescript"
"build": "npm run sass && npm run typescript"
}
}