diff --git a/.gitea/template b/.gitea/template index 2ff8622..ac9be44 100644 --- a/.gitea/template +++ b/.gitea/template @@ -1 +1,3 @@ -package.json \ No newline at end of file +package.json +bun.lock +README.md \ No newline at end of file diff --git a/bun.lock b/bun.lock index f665f9d..2a54da2 100644 --- a/bun.lock +++ b/bun.lock @@ -3,7 +3,7 @@ "configVersion": 1, "workspaces": { "": { - "name": "bun-template", + "name": "${REPO_NAME}", "devDependencies": { "@biomejs/biome": "2.4.12", "@commitlint/cli": "^20.5.0",