fix: serve engine modules with JavaScript MIME

This commit is contained in:
2026-07-27 13:08:06 +02:00
parent a50944e7cb
commit 43670a5824
15 changed files with 68 additions and 48 deletions
+2 -2
View File
@@ -489,9 +489,9 @@ export default function App() {
</span>
</p>
<span>
Portal v0.2.8 ·{' '}
Portal v0.2.9 ·{' '}
<a
href="https://git.add-ideas.de/zemion/toolbox-portal/src/tag/v0.9.0"
href="https://git.add-ideas.de/zemion/toolbox-portal/src/tag/v0.9.1"
target="_blank"
rel="noopener noreferrer"
>
+1 -1
View File
@@ -69,7 +69,7 @@ export const regexManifest: ToolboxAppManifest = {
...pdfManifest,
id: 'de.add-ideas.regex-tools',
name: 'Regex Tools',
version: '0.4.0',
version: '0.4.1',
description:
'Develop, explain, test and apply regular expressions locally in the browser.',
icon: './regex.svg',