migrate to workers

This commit is contained in:
artie 2025-06-04 19:35:53 +02:00
parent 0879ae3255
commit 056ffee9d8
3 changed files with 609 additions and 32 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

6
wrangler.toml Normal file
View File

@ -0,0 +1,6 @@
name = "artie-moe"
compatibility_date = "2025-06-04"
[assets]
directory = "./dist/"
not_found_handling = "404-page"