1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-11 08:46:20 +00:00

Add detail mode support for vscode debug

This commit is contained in:
JianXu
2018-11-08 13:47:34 +08:00
parent 07aa775de1
commit e30727ab27

View File

@@ -33,7 +33,7 @@ var config = Object.assign({}, skeleton, {
port: 8080,
hot: true,
inline: true,
quiet: true,
quiet: false,
publicPath: 'http://localhost:8080/assets/'
}
})