mirror of
https://github.com/artiemis/artie.moe.git
synced 2026-02-14 09:01:55 +00:00
migrate to workers
This commit is contained in:
parent
0879ae3255
commit
056ffee9d8
@ -22,6 +22,13 @@
|
|||||||
"typescript": "^5.6.3"
|
"typescript": "^5.6.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@catppuccin/tailwindcss": "^0.1.6"
|
"@catppuccin/tailwindcss": "^0.1.6",
|
||||||
|
"wrangler": "^4.19.1"
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"onlyBuiltDependencies": [
|
||||||
|
"esbuild",
|
||||||
|
"workerd"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
626
pnpm-lock.yaml
generated
626
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
6
wrangler.toml
Normal file
6
wrangler.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
name = "artie-moe"
|
||||||
|
compatibility_date = "2025-06-04"
|
||||||
|
|
||||||
|
[assets]
|
||||||
|
directory = "./dist/"
|
||||||
|
not_found_handling = "404-page"
|
||||||
Loading…
x
Reference in New Issue
Block a user