feat: launch Chat Assistant product page

This commit is contained in:
2026-09-11 09:02:19 +08:00
parent 8506e497a6
commit bfe7a8d49c
11 changed files with 517 additions and 4 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ export default defineConfig({
rollupOptions: {
input: {
home: resolve(process.cwd(), 'index.html'),
harness: resolve(process.cwd(), 'products/roncarve-harness/index.html')
harness: resolve(process.cwd(), 'products/roncarve-harness/index.html'),
chatAssistant: resolve(process.cwd(), 'products/chat-assistant/index.html')
}
}
}