chore: kanban template
This commit is contained in:
6
packages/functions/src/config.ts
Normal file
6
packages/functions/src/config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { pikkuConfig } from '../.pikku/pikku-types.gen.js'
|
||||
|
||||
export const createConfig = pikkuConfig(async () => ({
|
||||
content: {},
|
||||
sqliteDb: '.pikku-runtime/dev.db',
|
||||
}))
|
||||
Reference in New Issue
Block a user