mirror of
https://github.com/run-llama/template-workflow-data-extraction.git
synced 2026-08-24 19:23:17 -04:00
[PR #32] [MERGED] Simplify env #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/template-workflow-data-extraction/pull/32
Author: @adrianlyjak
Created: 9/5/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @adrianlyjak
Base:
main← Head:adrian/env📝 Commits (2)
ff7f569Simplify env8e4082dAdd dotenv for main handler📊 Changes
11 files changed (+29 additions, -24 deletions)
View changed files
📝
.env.template.jinja(+2 -6)📝
.github/workflows/check-regeneration.yml(+9 -2)📝
README.md.jinja(+2 -2)📝
pyproject.toml.jinja(+1 -1)📝
src/{{ project_name_snake }}/process_file.py(+3 -0)📝
test-proj/.env.template(+2 -6)📝
test-proj/README.md(+2 -2)📝
test-proj/pyproject.toml(+1 -1)📝
test-proj/src/test_proj/process_file.py(+3 -0)📝
test-proj/ui/package.json(+2 -2)📝
ui/package.json.jinja(+2 -2)📄 Description
Also fix up some stray npm commands. Switched back to pnpm because
npmwas too slow for this🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.