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.use('/bizmatch/payment/webhook', bodyParser.raw({ type: 'application/json' }));
|
||||
// Serve static files from pictures directory
|
||||
app.use('/pictures', express.static('pictures'));
|
||||
// app.use('/pictures', express.static('pictures'));
|
||||
|
||||
app.setGlobalPrefix('bizmatch');
|
||||
|
||||
|
|
|
|||
|
|
@ -21,11 +21,6 @@
|
|||
"outputPath": "dist/bizmatch",
|
||||
"index": "src/index.html",
|
||||
"browser": "src/main.ts",
|
||||
"server": "src/main.server.ts",
|
||||
"prerender": false,
|
||||
"ssr": {
|
||||
"entry": "server.ts"
|
||||
},
|
||||
"allowedCommonJsDependencies": [
|
||||
"quill-delta",
|
||||
"leaflet",
|
||||
|
|
@ -53,10 +48,7 @@
|
|||
],
|
||||
"styles": [
|
||||
"src/styles.scss",
|
||||
"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"
|
||||
"src/styles/lazy-load.css"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
|
|
@ -69,7 +61,7 @@
|
|||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "30kb",
|
||||
"maximumWarning": "10kb",
|
||||
"maximumError": "30kb"
|
||||
}
|
||||
],
|
||||
|
|
@ -78,8 +70,7 @@
|
|||
"development": {
|
||||
"optimization": false,
|
||||
"extractLicenses": false,
|
||||
"sourceMap": true,
|
||||
"ssr": false
|
||||
"sourceMap": true
|
||||
},
|
||||
"dev": {
|
||||
"fileReplacements": [
|
||||
|
|
|
|||
|
|
@ -8,9 +8,7 @@
|
|||
]
|
||||
},
|
||||
"files": [
|
||||
"src/main.ts",
|
||||
"src/main.server.ts",
|
||||
"server.ts"
|
||||
"src/main.ts"
|
||||
],
|
||||
"include": [
|
||||
"src/**/*.d.ts"
|
||||
|
|
|
|||
Loading…
Reference in New Issue