Pritup pres PHP a docker

This commit is contained in:
Martin Blazik
2026-08-16 20:09:42 +02:00
parent 5b8e535be0
commit d2099b9a6c
7 changed files with 178 additions and 2 deletions

37
.claude/settings.json Normal file
View File

@@ -0,0 +1,37 @@
{
"env": {
"CLAUDE_CODE_SCROLL_SPEED": "3",
"ANTHROPIC_MODEL": "sonnet"
},
"model": "opus[1m]",
"effortLevel": "high",
"autoUpdatesChannel": "latest",
"tui": "fullscreen",
"showMessageTimestamps": true,
"permissions": {
"defaultMode": "auto",
"allow": [],
"additionalDirectories": []
},
"enabledPlugins": {
"superpowers@claude-plugins-official": true,
"context7@claude-plugins-official": true,
"core@nicecode": true
},
"extraKnownMarketplaces": {
"nicecode": {
"source": {
"source": "github",
"repo": "lachtan/nicecode"
}
}
},
"spinnerVerbs": {
"mode": "replace",
"verbs": [
"Analyzing code",
"Crafting solutions",
"Working hard"
]
}
}