feat(extension): redesign welcome page with Prism.js syntax highlighting

This commit is contained in:
Tommy D. Rossi
2026-01-27 18:36:14 +01:00
parent 1de0f6d1a4
commit 653f00c3a3
5 changed files with 109 additions and 33 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc --project . && vite build --config vite.config.mts",
"build": "tsc --project . && vite build --config vite.config.mts && tsx scripts/download-prism.ts",
"reload": "bun run build && osascript -e 'tell application \"Google Chrome\" to open location \"chrome://extensions/?id=pebbngnfojnignonigcnkdilknapkgid\"'",
"watch": "vite build --watch --config vite.config.mts",
"clean": "rm -rf dist"