feat: launch Chat Assistant product page
This commit is contained in:
+2
-1
@@ -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')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user