Skip to content

Commit

Permalink
[ADD] NODE_ENV = dev to disable CSRF on frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
amber-vale committed Jan 9, 2025
1 parent 83d8558 commit dee51d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ services:
- ORIGIN=https://127.0.0.1
- PROTOCOL_HEADER=x-forwarded-proto
- HOST_HEADER=x-forwarded-host
- NODE_ENV=development
volumes:
- ${IRIS_SVELTEKIT_FRONTEND_DIR}:/app # Map the frontend directory dynamically
- /app/node_modules # Ensure `node_modules` is preserved inside the container
Expand Down

0 comments on commit dee51d5

Please sign in to comment.