fix issue

This commit is contained in:
marshal
2026-09-06 16:35:11 +00:00
4 changed files with 3 additions and 6 deletions

3
.gitignore vendored
View File

@@ -63,6 +63,3 @@ integration/.it-shards.yaml
*.crt *.crt
secrets/ secrets/
certs/ certs/
branch_structure.json
temp_auto_push.bat
temp_interactive_push.bat

View File

@@ -7,4 +7,4 @@ export default {
tailwindcss: {}, tailwindcss: {},
autoprefixer: {}, autoprefixer: {},
}, },
}; };

View File

@@ -3,4 +3,4 @@ module.exports = {
tailwindcss: {}, tailwindcss: {},
autoprefixer: {}, autoprefixer: {},
}, },
}; };

View File

@@ -7,4 +7,4 @@ export default {
tailwindcss: {}, tailwindcss: {},
autoprefixer: {}, autoprefixer: {},
}, },
}; };