Lint cleanups
This commit is contained in:
@@ -4,17 +4,17 @@ import path from 'path';
|
||||
import Users from './collections/Users';
|
||||
|
||||
export default buildConfig({
|
||||
serverURL: 'http://localhost:3001',
|
||||
admin: {
|
||||
user: Users.slug,
|
||||
},
|
||||
collections: [
|
||||
Users,
|
||||
],
|
||||
typescript: {
|
||||
outputFile: path.resolve(__dirname, 'payload-types.ts'),
|
||||
},
|
||||
graphQL: {
|
||||
schemaOutputFile: path.resolve(__dirname, 'generated-schema.graphql'),
|
||||
},
|
||||
serverURL: 'http://localhost:3001',
|
||||
admin: {
|
||||
user: Users.slug
|
||||
},
|
||||
collections: [
|
||||
Users
|
||||
],
|
||||
typescript: {
|
||||
outputFile: path.resolve(__dirname, 'payload-types.ts')
|
||||
},
|
||||
graphQL: {
|
||||
schemaOutputFile: path.resolve(__dirname, 'generated-schema.graphql')
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user