Add model viewer with automated screenshot script

This commit is contained in:
2026-08-21 11:25:50 +02:00
parent d1ba3fc9c3
commit b05835df74
5 changed files with 384 additions and 0 deletions
+6
View File
@@ -5,6 +5,12 @@ export default defineConfig({
build: {
outDir: 'dist',
assetsDir: 'assets',
rollupOptions: {
input: {
main: 'index.html',
viewer: 'viewer.html',
},
},
},
server: {
host: true,