b139712a91
feat: migrate to Nuxt 4 (Nitro) and Tailwind CSS v3
2026-08-13 17:43:33 +08:00
e1b1daac98
chore: remove dead code and unused dependencies
...
Cleans up stale implementation artifacts:
- Delete legacy `src/webhook.ts` (dead code per AGENTS.md)
- Delete admin composables `useMe.ts` and `useRoutes.ts`
- Remove unused dependencies `jose` and `yaml`
- Remove stale `Me` interface, `FILTER_LABELS`, `invalidateConfigCache`, and formatter re-exports
2026-08-11 16:31:13 +08:00
wyf9
cb18683fb8
chore: add db:migrate scripts and document the D1 migration step
...
- Add npm scripts db:migrate (local) and db:migrate:prod (remote) for
wrangler d1 migrations apply webhooker
- Document the D1 database creation + migration step in the deployment
guides (README en/zh, docs en/zh) and AGENTS.md
- Note the d1 execute fallback for databases already migrated manually
2026-08-05 17:39:14 +08:00
fcf3413634
fix(deps): bump @cloudflare/workers-types to v5 to match wrangler peer
...
wrangler@4.118 requires @cloudflare/workers-types@^5, so a fresh
`npm install` (Cloudflare Workers Build CI) failed with ERESOLVE against
the old ^4 pin. Align to ^5; typecheck, lint and tests still pass.
2026-08-02 07:06:23 +08:00
ccab01d23a
chore(dev): update Nix env, gitignore and dependencies
2026-08-02 06:48:49 +08:00
512d4b01d5
initial commit
2026-07-24 21:48:50 +08:00