Merge remote-tracking branch 'origin/astra/overrides' into astra/overrides

This commit is contained in:
Astra 2025-05-15 16:31:11 +09:00
commit 8e7f5fc0ab
Signed by: astra
SSH key fingerprint: SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag

View file

@ -9,6 +9,7 @@ export const themePlugin = (): Plugin => {
console.log(`Using theme folder: ${themeFolder}`);
return {
name: 'theme-generator',
enforce: 'pre', // Ensure this plugin runs first
transform(code, id) {
if (id.endsWith('app.css')) {
const colorsCode = Deno.readTextFileSync(Deno.cwd() + '/themes/colors.css');