refactor: 重構後端代碼, 換用 Deno
This commit is contained in:
3
compile-webpage.ts
Normal file
3
compile-webpage.ts
Normal 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))
|
||||
Reference in New Issue
Block a user