Add runtime configuration loader and styles for web application

This commit is contained in:
shuaiplus
2026-02-27 01:56:32 +08:00
committed by Shuai
parent b8c4bcef0c
commit 363aec1652
8 changed files with 49 additions and 58 deletions
+1
View File
@@ -1,6 +1,7 @@
name = "nodewarden"
main = "src/index.ts"
compatibility_date = "2024-01-01"
assets = { directory = "./public", not_found_handling = "single-page-application", run_worker_first = ["/api/*", "/identity/*", "/icons/*", "/setup/*", "/config", "/notifications/*", "/.well-known/*", "/favicon.ico", "/favicon.svg"] }
# D1 Database for storing vault data
[[d1_databases]]