feat: update Gitea template to include bun.lock and README.md, and use dynamic repo name
This commit is contained in:
+3
-1
@@ -1 +1,3 @@
|
|||||||
package.json
|
package.json
|
||||||
|
bun.lock
|
||||||
|
README.md
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
"configVersion": 1,
|
"configVersion": 1,
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"": {
|
"": {
|
||||||
"name": "bun-template",
|
"name": "${REPO_NAME}",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "2.4.12",
|
"@biomejs/biome": "2.4.12",
|
||||||
"@commitlint/cli": "^20.5.0",
|
"@commitlint/cli": "^20.5.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user