migrate call.html so it can be compiled with vite
This commit is contained in:
@@ -18,8 +18,13 @@ export default {
|
||||
|
||||
rollupOptions: {
|
||||
input: {
|
||||
|
||||
// we want to use /src/frontend/index.html as the entrypoint for this vite app
|
||||
app: path.join(__dirname, "src", "frontend", "index.html"),
|
||||
|
||||
// we want to use /src/frontend/call.html as the entrypoint for the phone call app
|
||||
call: path.join(__dirname, "src", "frontend", "call.html"),
|
||||
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user