Files
ostal.pl/.claude/settings.local.json
Jacek Pyziak 1efdc59290 Refactor SCSS imports and add local settings for build permissions
- Updated main.scss to remove redundant forward for "shame".
- Added .claude/settings.local.json to configure permissions for build commands.
2026-01-29 15:23:24 +01:00

9 lines
238 B
JSON

{
"permissions": {
"allow": [
"Bash(npm run build:styles:*)",
"Bash(powershell -Command \"cd ''c:\\\\visual studio code\\\\projekty\\\\ostal.pl\\\\wp-content\\\\themes\\\\ostal_WP''; npm run build:styles\")"
]
}
}