Compare commits
No commits in common. "00597a796a729491fe10f2f2ab817b2cdcf54842" and "047c723364fcff261391d8b24841a5dad5453900" have entirely different histories.
00597a796a
...
047c723364
|
|
@ -14,7 +14,7 @@ async function bootstrap() {
|
||||||
app.useLogger(logger);
|
app.useLogger(logger);
|
||||||
//app.use('/bizmatch/payment/webhook', bodyParser.raw({ type: 'application/json' }));
|
//app.use('/bizmatch/payment/webhook', bodyParser.raw({ type: 'application/json' }));
|
||||||
// Serve static files from pictures directory
|
// Serve static files from pictures directory
|
||||||
app.use('/pictures', express.static('pictures'));
|
// app.use('/pictures', express.static('pictures'));
|
||||||
|
|
||||||
app.setGlobalPrefix('bizmatch');
|
app.setGlobalPrefix('bizmatch');
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,11 +21,6 @@
|
||||||
"outputPath": "dist/bizmatch",
|
"outputPath": "dist/bizmatch",
|
||||||
"index": "src/index.html",
|
"index": "src/index.html",
|
||||||
"browser": "src/main.ts",
|
"browser": "src/main.ts",
|
||||||
"server": "src/main.server.ts",
|
|
||||||
"prerender": false,
|
|
||||||
"ssr": {
|
|
||||||
"entry": "server.ts"
|
|
||||||
},
|
|
||||||
"allowedCommonJsDependencies": [
|
"allowedCommonJsDependencies": [
|
||||||
"quill-delta",
|
"quill-delta",
|
||||||
"leaflet",
|
"leaflet",
|
||||||
|
|
@ -53,10 +48,7 @@
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"src/styles.scss",
|
"src/styles.scss",
|
||||||
"src/styles/lazy-load.css",
|
"src/styles/lazy-load.css"
|
||||||
"node_modules/quill/dist/quill.snow.css",
|
|
||||||
"node_modules/leaflet/dist/leaflet.css",
|
|
||||||
"node_modules/ngx-sharebuttons/themes/default.scss"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
|
|
@ -69,7 +61,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "anyComponentStyle",
|
"type": "anyComponentStyle",
|
||||||
"maximumWarning": "30kb",
|
"maximumWarning": "10kb",
|
||||||
"maximumError": "30kb"
|
"maximumError": "30kb"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -78,8 +70,7 @@
|
||||||
"development": {
|
"development": {
|
||||||
"optimization": false,
|
"optimization": false,
|
||||||
"extractLicenses": false,
|
"extractLicenses": false,
|
||||||
"sourceMap": true,
|
"sourceMap": true
|
||||||
"ssr": false
|
|
||||||
},
|
},
|
||||||
"dev": {
|
"dev": {
|
||||||
"fileReplacements": [
|
"fileReplacements": [
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"src/main.ts",
|
"src/main.ts"
|
||||||
"src/main.server.ts",
|
|
||||||
"server.ts"
|
|
||||||
],
|
],
|
||||||
"include": [
|
"include": [
|
||||||
"src/**/*.d.ts"
|
"src/**/*.d.ts"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue