mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
12 lines
209 B
JavaScript
12 lines
209 B
JavaScript
exports.config = {
|
|
globalStyle: 'src/global/app.css',
|
|
wwwDir: '../../theme-builder',
|
|
serviceWorker: false
|
|
};
|
|
|
|
exports.devServer = {
|
|
root: '../../',
|
|
watchGlob: 'src/**',
|
|
openUrl: '/theme-builder'
|
|
}
|