feat: run migrations via entrypoint

This commit is contained in:
Henry
2025-06-13 23:38:15 +01:00
parent 2b3eef8c63
commit feca755b8b
3 changed files with 18 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ configureRuntimeEnv();
/** @type {import("next").NextConfig} */
const config = {
output: "standalone",
reactStrictMode: true,
/** Enables hot reloading for local packages without a build step */