Added angular frontend and asp.net backend.
This commit is contained in:
10
douwco.api/wwwroot/server/angular-app-engine-manifest.mjs
Normal file
10
douwco.api/wwwroot/server/angular-app-engine-manifest.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
export default {
|
||||
basePath: '/',
|
||||
supportedLocales: {
|
||||
"en-US": ""
|
||||
},
|
||||
entryPoints: {
|
||||
'': () => import('./main.server.mjs')
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user