diff --git a/ts/tswatch.classes.tswatch.ts b/ts/tswatch.classes.tswatch.ts index fe1ac23..19900ef 100644 --- a/ts/tswatch.classes.tswatch.ts +++ b/ts/tswatch.classes.tswatch.ts @@ -42,11 +42,6 @@ export class TsWatch { console.log( '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(); await parcel.start(); break;