Skip to content

Commit

Permalink
Allow extract_dir and tmp_dir to be set on code_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Nov 12, 2024
1 parent 439752e commit bfa5c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/flame/pool.ex
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ defmodule FLAME.Pool do
Keyword.validate!(opts[:code_sync] || [], [
:copy_apps,
:copy_paths,
:extract_dir,
:tmp_dir,
:sync_beams,
:start_apps,
:verbose,
Expand Down

0 comments on commit bfa5c96

Please sign in to comment.