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,20 @@
export default {
bootstrap: () => import('./main.server.mjs').then(m => m.default),
inlineCriticalCss: true,
baseHref: '/',
locale: undefined,
routes: [
{
"renderMode": 2,
"route": "/"
}
],
entryPointToBrowserMapping: undefined,
assets: {
'index.csr.html': {size: 496, hash: '6e46b3dedd8226896873f1dac006cee1b48471fae69393e1e575e1ede8bb7be4', text: () => import('./assets-chunks/index_csr_html.mjs').then(m => m.default)},
'index.server.html': {size: 1009, hash: 'c1926f602a5f1127f38022f13dcf6aff3572f1d536ea685bf862ec4e4e755413', text: () => import('./assets-chunks/index_server_html.mjs').then(m => m.default)},
'index.html': {size: 20841, hash: 'a7d73fc13e13e6c1c20cab8a9bfd2a2cfb82ffca8cef46f77072e14951b5fa33', text: () => import('./assets-chunks/index_html.mjs').then(m => m.default)},
'styles-5INURTSO.css': {size: 0, hash: 'menYUTfbRu8', text: () => import('./assets-chunks/styles-5INURTSO_css.mjs').then(m => m.default)}
},
};