Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biclighter81 committed Nov 14, 2023
1 parent 21dfe66 commit 4383ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const env = {
isDevelopment: process.env.NODE_ENV === 'development',
app: {
dirs: {
entities: ['src/lib/entities/**/*.{ts,js}', 'dist/lib/entities/**/*.{ts,js}'],
entities: ['src/lib/entities/**/*.{ts,js}', 'lib/entities/**/*.{ts,js}'],
discordCommands: getOsPaths('DISCORD_COMMANDS'),
},
allowedOrigin: process.env['ALLOWED_ORIGIN'],
Expand Down

0 comments on commit 4383ca0

Please sign in to comment.