Added hidden admin only page prop effect

This commit is contained in:
Kevin FEDYNA
2025-01-27 10:39:42 +01:00
parent 1a784f8622
commit 4ff76fdf6f
6 changed files with 47 additions and 8 deletions
+2
View File
@@ -1,6 +1,8 @@
import { defineConfig } from "$fresh/server.ts";
import ensureDatabases from "$root/databases/ensure.ts";
import { load } from "@std/dotenv";
await load({ envPath: "./.env.development.local", export: true });
await ensureDatabases();
export default defineConfig({
server: {