1
0

docs: Include website
All checks were successful
Remote Deploy / deploy (push) Successful in 6s

This commit is contained in:
2025-12-20 18:55:49 +01:00
parent e4eadc2b1a
commit 55a2eaaeb4
13 changed files with 465 additions and 10 deletions

View File

@@ -7,7 +7,9 @@
"type": "module",
"main": "server.js",
"scripts": {
"start": "concurrently \"node server.js\" \"node cron-runner.js\""
"start": "concurrently \"node server.js\" \"node cron-runner.js\"",
"build": "cd web && hugo --gc --minify",
"dev-web": "cd web && hugo serve"
},
"dependencies": {
"body-parser": "^2.2.0",