vite is fun (unlike- i was instructed to not finish that joke
This commit is contained in:
parent
4adf257cbf
commit
50ad69c3cb
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ export default defineConfig({
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
input: {
|
input: {
|
||||||
main: resolve(__dirname, 'index.html'),
|
main: resolve(__dirname, 'index.html'),
|
||||||
hacked: resolve(__dirname, 'hacked/index.html')
|
hacked: resolve(__dirname, 'hacked/index.html'),
|
||||||
|
review: resolve(__dirname, 'review/index.html')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue