mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
fix(vite): rollup workaround
This commit is contained in:
@@ -56,7 +56,7 @@ export default defineConfig({
|
||||
outDir: 'public/build',
|
||||
|
||||
rollupOptions: {
|
||||
input: 'resources/scripts/index.tsx',
|
||||
input: path.resolve('resources/scripts/index.tsx'),
|
||||
output: {
|
||||
// @ts-ignore
|
||||
manualChunks(id) {
|
||||
|
||||
Reference in New Issue
Block a user