Skip to content

Commit

Permalink
feat: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Nov 26, 2024
1 parent 652f5c5 commit 8598fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export async function initComponents(): Promise<AppComponents> {
console.log('corsString: ', corsString)
console.log('validCORSJsonString: ', validCORSJsonString)
console.log('JSON.parse(validCORSJsonString): ', JSON.parse(validCORSJsonString))
console.log('hardcoding cors')

const cors = {
origin: (await config.requireString('CORS_ORIGIN')).split(';').map(origin => new RegExp(origin)),
Expand Down

0 comments on commit 8598fa4

Please sign in to comment.