refactor: 重構後端代碼, 換用 Deno

This commit is contained in:
CrescentLeaf
2025-06-15 00:22:53 +08:00
parent 6c225b7bc5
commit d65ead11e1
29 changed files with 362 additions and 15645 deletions

3
compile-webpage.ts Normal file
View File

@@ -0,0 +1,3 @@
import config from './server/config.ts'
config.ensureAllDirsAreCreated()
await import('./server/build.ts').then(a => a.default(config.dirs.WEB_PAGE_DIR))