mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-25 07:15:36 +00:00
refactor: improve code organization and update documentation for clarity
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
21
apps/web/public/_routes.json
Normal file
21
apps/web/public/_routes.json
Normal 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
5
apps/web/wrangler.jsonc
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name": "iris-web",
|
||||||
|
"compatibility_date": "2025-06-05",
|
||||||
|
"pages_build_output_dir": "./dist"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user