mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
chore(serve): update devServer root
This commit is contained in:
@ -12,5 +12,6 @@ exports.config = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
exports.devServer = {
|
exports.devServer = {
|
||||||
watchGlob: ['demos/**/*', '/dist/***/*', 'src/**/*.html']
|
root: '.',
|
||||||
}
|
watchGlob: ['dist/*.*', 'dist/ionic/**/**', 'src/**/*.html']
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user