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, }, }))