Initial commit: DashCaddy v1.0

Full codebase including API server (32 modules + routes), dashboard frontend,
DashCA certificate distribution, installer script, and deployment skills.
This commit is contained in:
2026-03-05 02:26:12 -08:00
commit f61e85d9a7
337 changed files with 75282 additions and 0 deletions

12
status/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "dashcaddy-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node build.js",
"watch": "node build.js --watch"
},
"devDependencies": {
"esbuild": "^0.25.0"
}
}