Many Changes

This commit is contained in:
2024-01-04 12:27:46 +01:00
parent 57e856c71c
commit 991cac18f2
31 changed files with 1504 additions and 297 deletions

View File

@@ -0,0 +1,3 @@
export default defineEventHandler((event) => {
event.context.auth = { user: 123 }
})