refactor(all): only use single html, replace p5js control panel with plain html

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
pobadoba
2026-05-06 01:06:40 +09:00
parent 2acb724e1f
commit dbaae39239
9 changed files with 602 additions and 344 deletions

View File

@@ -6,9 +6,7 @@ module.exports = defineConfig({
build: {
rollupOptions: {
input: {
main: resolve(__dirname, 'index.html'),
single: resolve(__dirname, 'single_sketch.html'),
multi: resolve(__dirname, 'multi_sketch.html')
main: resolve(__dirname, 'index.html')
}
}
}