chore: add Justfile, apply clippy fixes, add frontend type checking

- Add Justfile with comprehensive development workflow commands (check,
lint, build, docker, etc.)
- Add @astrojs/check and typescript dependencies for frontend type
checking
This commit is contained in:
2025-12-11 12:15:15 -06:00
parent 8129975ecc
commit 006055cb7f
12 changed files with 719 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
// @ts-check
import { defineConfig, envField } from "astro/config";
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import sitemap from "@astrojs/sitemap";