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