Aggiunto Multi Progetto
- ++ Popolo del Nuovo Mondo
This commit is contained in:
@@ -101,9 +101,7 @@ module.exports = configure((ctx) => ({
|
||||
.set('@components', helpers.root('src/components/index.ts'))
|
||||
.set('@boot', helpers.root('src/boot/*'))
|
||||
.set('@costanti', helpers.root('src/store/Modules/costanti.ts'))
|
||||
// .set('@components', helpers.root('src/components'))
|
||||
.set('@views', path.resolve(__dirname, 'src/views/index.ts'))
|
||||
// .set('@views', path.resolve(__dirname, 'src/components/views'))
|
||||
.set('@src', path.resolve(__dirname, 'src'))
|
||||
.set('@css', path.resolve(__dirname, 'src/public/css/variables.scss'))
|
||||
.set('@icons', path.resolve(__dirname, 'src/public/icons/*'))
|
||||
@@ -148,7 +146,7 @@ module.exports = configure((ctx) => ({
|
||||
},
|
||||
devServer: {
|
||||
https: false,
|
||||
port: 8082,
|
||||
port: 8083,
|
||||
open: false, // opens browser window automatically
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user