chore: removes unused prop
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user