import { pikkuConfig } from "../.pikku/pikku-types.gen.js" export const createConfig = pikkuConfig(async () => ({ port: 4003, dev: { db: process.env.PIKKU_DEV_DB_FILE ? { file: process.env.PIKKU_DEV_DB_FILE } : true, content: true, }, } as any))