First initial commit

This commit is contained in:
2025-09-23 12:34:08 +00:00
commit 5b7e133d76
29 changed files with 7541 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"WebFetch(domain:oldschool.runescape.wiki)",
"Bash(npx create-next-app:*)",
"Bash(npm run dev:*)"
],
"deny": [],
"ask": []
}
}