This commit is contained in:
Arunavo Ray
2025-07-18 23:53:23 +05:30
parent 9d5db86bdf
commit 67080a7ce9
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"Bash(docker build:*)"
],
"deny": []
}
}

View File

@@ -1,7 +1,7 @@
{
"name": "gitea-mirror",
"type": "module",
"version": "3.0.0",
"version": "3.0.1",
"engines": {
"bun": ">=1.2.9"
},