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>
This commit is contained in:
Claude Agent
2026-05-05 13:02:16 +00:00
parent 881881658a
commit 85ccdae2cb
26 changed files with 12188 additions and 5872 deletions

View File

@@ -1,4 +1,9 @@
<FilesMatch "\.(html|php|css|js|ico|xml)$">
Order Allow,Deny
Allow from all
</FilesMatch>
<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>