feat: integrate tailwind v4 and daisyui packages with local css build pipeline

This commit is contained in:
Codex
2026-02-18 13:42:24 +00:00
parent 415c9d165a
commit 31e8e07319
10 changed files with 180 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ const {
test("shell includes daisyui and pwa tags", () => {
const html = shell({ title: "t", content: "x" });
assert.match(html, /daisyui@5/);
assert.match(html, /\/assets\/styles\.css/);
assert.match(html, /manifest\.webmanifest/);
assert.match(html, /serviceWorker/);
});