feat: add sqlite catalog web app
This commit is contained in:
@@ -81,6 +81,12 @@ const configSchema = z
|
||||
linkConcurrency: z.number().int().positive().default(3)
|
||||
})
|
||||
.default({}),
|
||||
database: z
|
||||
.object({
|
||||
enabled: z.boolean().default(true),
|
||||
path: z.string().default('./data/newsletter-catalog.sqlite')
|
||||
})
|
||||
.default({}),
|
||||
stateFile: z.string().default('~/.nlc/state.json'),
|
||||
plugins: z.record(z.string(), z.any()).default({})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user