Skip to content

Conversation

@justgithubaccount
Copy link
Owner

Summary

  • Add Taskfile.yaml for task automation (dev, test, lint, typecheck, docker)
  • Add extra="ignore" to Settings to allow infrastructure env vars in .env

Commands available

task dev          # run dev server
task test         # run tests
task check        # lint + typecheck + test
task docker:build # build docker image

Test plan

  • All tests pass (task test)
  • Lint passes (task lint)
  • Typecheck passes (task typecheck)

- Add Taskfile.yaml for task automation (dev, test, lint, typecheck, check, docker)
- Add extra="ignore" to Settings to allow infrastructure env vars in .env
@justgithubaccount justgithubaccount merged commit 6e2f6f5 into main Dec 6, 2025
1 check passed
github-actions bot pushed a commit that referenced this pull request Dec 6, 2025
## [1.1.0](v1.0.3...v1.1.0) (2025-12-06)

### 🚀 Features

* add Taskfile and fix config for extra env vars ([#2](#2)) ([6e2f6f5](6e2f6f5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants