[verified] refactor: establish service and frontend boundaries

This commit is contained in:
chick
2026-07-15 02:43:41 +08:00
parent 0ac6faa6a3
commit e04a16e817
29 changed files with 917 additions and 598 deletions
+2 -3
View File
@@ -9,8 +9,7 @@
"test": "node --test"
},
"dependencies": {
"@fastify/static": "^8.3.0",
"@fastify/static": "^9.1.3",
"fastify": "^5.6.2"
},
"devDependencies": {}
}
}