Added angular frontend and asp.net backend.

This commit is contained in:
douwe
2025-04-05 22:16:27 +02:00
parent 952fee608d
commit 5724f28599
120 changed files with 38823 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
export default {
basePath: '/',
supportedLocales: {
"en-US": ""
},
entryPoints: {
'': () => import('./main.server.mjs')
},
};