feat: remove entrypoint from the executor

This commit is contained in:
Pete Davison
2025-07-23 23:24:10 +00:00
parent 1402e2baaf
commit 6e80b401e6
5 changed files with 1 additions and 21 deletions

View File

@@ -105,7 +105,7 @@ func (e *Executor) setupCompiler() error {
e.Compiler = &Compiler{
Dir: e.Dir,
Entrypoint: e.Entrypoint,
Entrypoint: e.Taskfile.Location,
UserWorkingDir: e.UserWorkingDir,
TaskfileEnv: e.Taskfile.Env,
TaskfileVars: e.Taskfile.Vars,