Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ad14ccf

Browse files
Update all of the templates to remove test-proj, and migrate from vibe-llama templates
1 parent 9482164 commit ad14ccf

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

‎.gitignore‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.venv
22
__pycache__
33
uv.lock
4-
pnpm-lock.yaml
5-
*.db
4+
workflows.db
5+
.env
6+
package-lock.json
7+
node_modules

‎.gitignore.jinja‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
.venv
22
__pycache__
33
workflows.db
4+
5+
.env
6+
package-lock.json
7+
node_modules

‎pyproject.toml‎

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dev = [
2323
"click>=8.0.0,!=8.3.0",
2424
]
2525

26-
2726
[tool.hatch.envs.default.scripts]
2827
"format" = "ruff format ."
2928
"format-check" = "ruff format --check ."
@@ -34,12 +33,11 @@ test = "pytest"
3433
"all-check" = ["format-check", "lint-check", "test"]
3534
"all-fix" = ["format", "lint", "test"]
3635

37-
[tool.llamadeploy.ui]
38-
directory = "./ui"
39-
40-
[tool.llamadeploy]
41-
env-files = [".env"]
42-
43-
[tool.llamadeploy.workflows]
44-
default = "app.workflow:workflow"
45-
36+
[tool.llamadeploy.ui]
37+
directory = "./ui"
38+
39+
[tool.llamadeploy]
40+
env-files = [".env"]
41+
42+
[tool.llamadeploy.workflows]
43+
default = "app.workflow:workflow"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /