making ready for production, fixing app menu spacing, some better icons

This commit is contained in:
metacryst
2026-03-15 08:13:44 -05:00
parent cb11d68fa7
commit fc2d9c2bc9
48 changed files with 53 additions and 36 deletions

View File

@@ -30,5 +30,8 @@ export default defineConfig({
},
host: true,
allowedHosts: ['sam.local'],
},
esbuild: {
keepNames: true
}
});