Add typescripted css modules

This commit is contained in:
Mona Mayrhofer 2025-12-23 17:00:29 +01:00
parent 06b78c2525
commit 0193c8fcb6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE
5 changed files with 20 additions and 6 deletions

View file

@ -14,6 +14,11 @@ export default defineConfig({
reactRouter(),
tsconfigPaths(),
],
css: {
modules: {
localsConvention: "camelCaseOnly",
},
},
server: {
fs: {
deny: [".devenv/", ".direnv/"],