Layouts, ProseA rework and PreviewContent creation. Trying to fix hydration by making better SSR.

This commit is contained in:
2024-08-20 18:02:16 +02:00
parent 2e92c389a2
commit 04785ecf27
20 changed files with 344 additions and 359 deletions

View File

@@ -1,4 +1,5 @@
import useDatabase from '~/composables/useDatabase';
import type { File } from '~/types/api';
export default defineEventHandler(async (e) => {
const project = getRouterParam(e, "projectId");