Add isolated /models lab page for synth comparisons.

This commit is contained in:
b1rdmania
2025-12-20 12:46:23 +00:00
parent b3426f5ccd
commit 25a34b3519
5 changed files with 1250 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ export default defineConfig({
input: {
main: resolve(__dirname, 'index.html'),
embed: resolve(__dirname, 'embed.html'),
models: resolve(__dirname, 'models.html'),
},
},
},