fixed production build assets and makefile targets

This commit is contained in:
2025-04-14 16:50:26 -05:00
parent a2fb2162ff
commit 58b3b0a385
5 changed files with 24 additions and 11 deletions
+1
View File
@@ -31,6 +31,7 @@
"@pages/*": ["./src/pages/*"],
"@node_modules/*": ["./node_modules/*"]
},
"types": ["vite/client"],
// needed for Lit Elements
"experimentalDecorators": true,
"useDefineForClassFields": false, // allows us to define properties as class fields