feat: improve structure and error handling

This commit is contained in:
Michael Zetterberg
2024-05-14 15:55:46 +02:00
parent 01587d7fd5
commit f5108d1a8e
104 changed files with 1505 additions and 1570 deletions

View File

@@ -1,7 +1,7 @@
import createJiti from "jiti"
import { login } from "./constants/routes/handleAuth.js"
import { myPages, overview } from "./constants/routes/myPages.js"
import { myPages } from "./constants/routes/myPages.js"
const jiti = createJiti(new URL(import.meta.url).pathname)
jiti("./env/server")