chore: seminarhof customer project

This commit is contained in:
e2e
2026-07-11 07:59:25 +02:00
commit 465dd7a41a
188 changed files with 20779 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import { pikkuConfig } from "../.pikku/pikku-types.gen.js"
export const createConfig = pikkuConfig(async () => ({
dev: {
db: process.env.PIKKU_DEV_DB_FILE
? { file: process.env.PIKKU_DEV_DB_FILE }
: true,
},
// Top-level: `pikku dev` reads userConfig.content to wire LocalContent
// (serves /upload + /assets from .pikku-runtime/content in dev).
content: true,
}))