chore: seminarhof customer project

This commit is contained in:
e2e
2026-06-21 19:23:11 +02:00
commit e50bab9ea3
161 changed files with 18517 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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,
content: true,
},
}))