fix: rename css file to force update cache, fixes #141

This commit is contained in:
C4illin 2024-09-25 23:47:18 +02:00
parent fa5446c446
commit 47139a550b
5 changed files with 43 additions and 24 deletions

View file

@ -9,7 +9,7 @@ export const generateTailwind = async () => {
return postcss([tw(config)]).process(sourceText, {
from: "./src/main.css",
to: "./public/style.css",
to: "./public/generated.css",
});
});