chore: add Dockerfile and devcontainer configuration for Hugo theme development

This commit is contained in:
Cell
2026-05-29 16:41:21 +08:00
parent ddbf47df7f
commit bc3fb3a717
5 changed files with 56 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@
"build:demo": "pnpm -F demo build",
"build:test": "pnpm -F test build",
"build": "concurrently 'pnpm build:demo' 'pnpm build:test' && pnpm -F integration start",
"clean": "rm -rf public resources/_gen apps/*/public apps/*/resources/_gen",
"preview": "serve public",
"lint": "eslint --cache .",
"typecheck": "tsc --noEmit",