docs(readme): add banner image and fix asset base urls for packaging

This commit is contained in:
2026-04-15 18:04:57 -04:00
parent 1bdd31ae0c
commit a90ab0eca3
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -116,7 +116,7 @@
"scripts": {
"build": "esbuild src/extension.ts --bundle --outfile=dist/extension.js --external:vscode --platform=node --target=node18",
"watch": "esbuild src/extension.ts --bundle --outfile=dist/extension.js --external:vscode --platform=node --target=node18 --watch",
"package": "npm run build && vsce package"
"package": "npm run build && vsce package --baseContentUrl https://git.hyko.cx/hykocx/zemit/raw/branch/main --baseImagesUrl https://git.hyko.cx/hykocx/zemit/raw/branch/main"
},
"devDependencies": {
"@types/node": "^18.0.0",