updates to get it working again
Publish Action Release / Derive release metadata (push) Successful in 4s
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 4s
Publish Action Release / Publish tags (push) Successful in 14s
Publish Bundle Script Action / publish_action (push) Successful in 30s

This commit is contained in:
2026-09-19 22:58:34 +02:00
parent 4a2dad60c6
commit a46a3bb869
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ async function main() {
'src/index.ts'
],
bundle: true,
format: 'cjs',
format: 'esm',
minify: production,
sourcemap: !production,
sourcesContent: false,