Skip to content

Commit 0ec58bb

Browse files
committed
m
1 parent 1b1cc97 commit 0ec58bb

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

src/{{ project_name_snake }}/config.py.jinja

Lines changed: 0 additions & 2 deletions
This file was deleted.

test-proj/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.env
22
__pycache__
33
workflows.db
4-
.venv
4+
.venv

test-proj/src/test_proj/config.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

test-proj/ui/src/libs/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const APP_TITLE = "Test proj";
1+
export const APP_TITLE = "Test Proj"
22
export const AGENT_NAME = import.meta.env.VITE_LLAMA_DEPLOY_DEPLOYMENT_NAME;

0 commit comments

Comments
 (0)