master
Build and publish docker image / Build and push image to Gitea's registry (push) Successful in 41s
`npm run lint` was broken and noisy:
- prettier-plugin-svelte 3.5.2 / prettier-plugin-tailwindcss 0.6.14 crashed
on prettier 3.8 with "getVisitorKeys is not a function". Bumped to ^4.1.1
and ^0.8.0 (compatible with the new embed API).
- Added .prettierignore (build output, .svelte-kit, generated drizzle
migration meta, lockfile/data) and ran prettier --write across the repo.
- Typed layout `children` as Snippet (was `any`).
- Added keys to the EXTRACTORS {#each} blocks in settings.
- Disabled svelte/no-navigation-without-resolve: the app serves from the
domain root (no base path) and links to external URLs + raw API endpoints,
where resolve() is unnecessary or wrong.
No runtime behaviour change.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Description
No description provided
419 KiB
Languages
TypeScript
71.3%
Svelte
22.5%
JavaScript
2.4%
Dockerfile
1.8%
Shell
1.3%
Other
0.7%