refactor: improve code organization and update documentation for clarity

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-05 13:51:41 +08:00
parent 2244ca8d77
commit 024df63885
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"version": 1,
"include": [
"/*"
],
"exclude": [
"/thumbnails/*",
"/*.ico",
"/*.png",
"/*.jpg",
"/*.jpeg",
"/*.gif",
"/*.svg",
"/*.css",
"/site.webmanifest",
"/*.js",
"/*.json",
"/*.xml",
"/*.txt"
]
}

5
apps/web/wrangler.jsonc Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "iris-web",
"compatibility_date": "2025-06-05",
"pages_build_output_dir": "./dist"
}