This commit is contained in:
Raphael Elita 2025-08-22 16:48:18 +02:00
parent e653b9a225
commit b46ccf3a11
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export default withAuth(
// for more information on what database might be appropriate for you
// see https://keystonejs.com/docs/guides/choosing-a-database#title
provider: 'sqlite',
url: 'file:./keystone.db',
url: './keystone.db',
},
storage: {
local_images: {