fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-12 17:43:43 +02:00
parent c9a3b996cb
commit 8ae0f960ac

View File

@ -37,6 +37,7 @@ export class TsWatch {
break;
case 'gitzone_element':
const smartserve = new plugins.smartserve.SmartServe({
port: 3001,
injectReload: true,
serveDir: './dist_web/'
});