fix(core): update
This commit is contained in:
parent
35ee69981d
commit
a8254e6962
@ -42,11 +42,6 @@ export class TsWatch {
|
|||||||
console.log(
|
console.log(
|
||||||
'bundling TypeScript files to "dist_watch" Note: This is for development only!'
|
'bundling TypeScript files to "dist_watch" Note: This is for development only!'
|
||||||
);
|
);
|
||||||
this.smartserve = new plugins.smartserve.SmartServe({
|
|
||||||
port: 3001,
|
|
||||||
injectReload: true,
|
|
||||||
serveDir: plugins.path.join(paths.cwd, './dist_watch/')
|
|
||||||
});
|
|
||||||
const parcel = new Parcel();
|
const parcel = new Parcel();
|
||||||
await parcel.start();
|
await parcel.start();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user