Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Nov 14, 2024
1 parent 9f74402 commit e737ce8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion apps/currencia/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default defineNuxtConfig({
nitro: {
preset: process.env.NITRO_PRESET || 'bun',
prerender: {
crawlLinks: true,
routes: ['/', '/app/market'],
},
experimental: {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 6 additions & 2 deletions docker/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Generated by Shelve CLI

# Auto generated if not set
NUXT_PUBLIC_SITE_URL=your_value
NUXT_PRIVATE_RESEND_API_KEY=your_resend_api_key
NUXT_OAUTH_GITHUB_CLIENT_ID=your_github_client_id
NUXT_OAUTH_GITHUB_CLIENT_SECRET=your_github_client_secret
NUXT_SESSION_PASSWORD=your_session_password
DATABASE_URL=your_database_url

2 changes: 0 additions & 2 deletions docker/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ services:
- NUXT_OAUTH_GITHUB_CLIENT_SECRET=${NUXT_OAUTH_GITHUB_CLIENT_SECRET}
- NUXT_SESSION_PASSWORD=${NUXT_SESSION_PASSWORD}
- NUXT_PRIVATE_RESEND_API_KEY=${NUXT_PRIVATE_RESEND_API_KEY}
depends_on:
- currencia_db
ports:
- "3000:3000"
healthcheck:
Expand Down

0 comments on commit e737ce8

Please sign in to comment.