feat(frontend,API): Add PUT operations, integrate API, add first from engine

This commit is contained in:
2025-02-24 08:29:44 +01:00
parent 7c6b6e428c
commit 12ba5da7be
15 changed files with 312 additions and 231 deletions

10
legalconsenthub/index.d.ts vendored Normal file
View File

@@ -0,0 +1,10 @@
declare module 'nuxt/schema' {
interface PublicRuntimeConfig {
clientProxyBasePath: string
serverApiBaseUrl: string
serverApiBasePath: string
}
}
// It is always important to ensure you import/export something when augmenting a type
export {}