chore: removes unused prop

This commit is contained in:
James
2024-03-18 12:19:32 -04:00
parent e197c5120d
commit 70f29785ca

View File

@@ -1,11 +1,8 @@
import path from 'path'
import type { Config } from './types.js' import type { Config } from './types.js'
export const defaults: Omit<Config, 'db' | 'editor' | 'secret'> = { export const defaults: Omit<Config, 'db' | 'editor' | 'secret'> = {
admin: { admin: {
avatar: 'default', avatar: 'default',
buildPath: path.resolve(process.cwd(), './build'),
components: {}, components: {},
dateFormat: 'MMMM do yyyy, h:mm a', dateFormat: 'MMMM do yyyy, h:mm a',
disable: false, disable: false,