Refactor techradar to subfolder
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
jsPath,
|
||||
radarPath,
|
||||
staticPath,
|
||||
distPath,
|
||||
relativePath,
|
||||
} from '../common/file';
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ watch(assetsPath(), options, watchBuild('assets'));
|
||||
watch(radarPath(), options, watchBuild('pages'));
|
||||
|
||||
var params = {
|
||||
root: distPath(),
|
||||
root: relativePath('dist'),
|
||||
logLevel: 2, // 0 = errors only, 1 = some, 2 = lots
|
||||
};
|
||||
liveServer.start(params);
|
||||
|
||||
Reference in New Issue
Block a user