Compare commits

..

3 Commits

Author SHA1 Message Date
b4c79e8772 update dependencies
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-23 19:24:26 +05:00
efdb0f2593 remove default login credentials 2024-01-23 19:21:32 +05:00
a91ce41978 add build folder to gitignore 2024-01-23 19:21:07 +05:00
5 changed files with 9023 additions and 6085 deletions

1
.gitignore vendored
View File

@ -38,6 +38,7 @@ bower_components
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
build/
# Dependency directories
node_modules/

1
.yarnrc.yml Normal file
View File

@ -0,0 +1 @@
nodeLinker: node-modules

View File

@ -15,16 +15,16 @@
"generate:graphQLSchema": "PAYLOAD_CONFIG_PATH=src/payload.config.ts payload generate:graphQLSchema"
},
"dependencies": {
"payload": "^1.5.9",
"dotenv": "^8.2.0",
"express": "^4.17.1"
"express": "^4.17.1",
"payload": "^1.5.9"
},
"devDependencies": {
"@types/express": "^4.17.9",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"nodemon": "^2.0.6",
"ts-node": "^9.1.1",
"copyfiles": "^2.4.1",
"typescript": "^4.8.4"
}
}

View File

@ -16,12 +16,7 @@ payload.init({
express: app,
onInit: () => {
payload.logger.info(`Payload Admin URL: ${payload.getAdminURL()}`)
},
email: {
fromName: 'Brad Howell',
fromAddress: 'brad.howell1@ethereal.email',
logMockCredentials: true, // Optional
},
}
})
// Add your own express routes here

15093
yarn.lock

File diff suppressed because it is too large Load Diff