mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-24 14:18:31 +00:00
Changes default port to 5002
This commit is contained in:
parent
6d3ffe8f35
commit
c4fde9e438
@ -116,6 +116,7 @@
|
||||
"serve": {
|
||||
"builder": "@angular-builders/custom-webpack:dev-server",
|
||||
"options": {
|
||||
"port": 5002,
|
||||
"customWebpackConfig": {
|
||||
"path": "./webpack.config.js"
|
||||
},
|
||||
|
@ -17,7 +17,7 @@ exports.config = {
|
||||
}
|
||||
},
|
||||
directConnect: true,
|
||||
baseUrl: 'http://localhost:4200/',
|
||||
baseUrl: 'http://localhost:5002/',
|
||||
framework: 'jasmine',
|
||||
jasmineNodeOpts: {
|
||||
showColors: true,
|
||||
@ -30,4 +30,4 @@ exports.config = {
|
||||
});
|
||||
jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } }));
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user