fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-10 15:52:16 +01:00
parent 84281590a9
commit a15810c195

View File

@ -26,7 +26,8 @@ export class Parcel {
}, },
serveOptions: { serveOptions: {
port: 3002 port: 3002
} },
shouldAutoInstall: true
}; };
public entryFiles: string | string[] = plugins.path.join(process.cwd(), './html/index.html'); public entryFiles: string | string[] = plugins.path.join(process.cwd(), './html/index.html');