feat: 实现网页实时预览

This commit is contained in:
SkyJourney
2026-07-25 21:52:45 +08:00
parent 7224dfdf60
commit fa07472428
16 changed files with 2860 additions and 218 deletions
+3 -1
View File
@@ -7,6 +7,7 @@
"dev": "tsx watch src/index.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js",
"test": "vitest run",
"typecheck": "tsc -p tsconfig.json --noEmit --pretty false"
},
"dependencies": {
@@ -16,6 +17,7 @@
},
"devDependencies": {
"@types/node": "^24.10.1",
"tsx": "^4.21.0"
"tsx": "^4.21.0",
"vitest": "^4.1.10"
}
}