Files
Claude Agent 85ccdae2cb sync efactura-generator -> 0.9-beta-14
Mirror sincronizat cu repo canonic /workspace/efactura-generator.
CLAUDE.md: documentat workflow sync + exclude config.json din rsync deploy.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 13:02:16 +00:00

10 lines
230 B
ApacheConf

<FilesMatch "\.(html|php|css|js|mjs|ico|xml)$">
Order Allow,Deny
Allow from all
</FilesMatch>
# Native ESM (.mjs) require JavaScript MIME type pe Apache.
<IfModule mod_mime.c>
AddType text/javascript .mjs
</IfModule>