fix(core): update
This commit is contained in:
parent
84281590a9
commit
a15810c195
@ -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');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user