this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add command to check source maps

+2 -1
+2 -1
package.json
··· 6 6 "dev": "vite", 7 7 "build": "vite build", 8 8 "preview": "vite preview", 9 - "fetch-instances": "env $(cat .env.dev | grep -v \"#\" | xargs) node scripts/fetch-instances-list.js" 9 + "fetch-instances": "env $(cat .env.dev | grep -v \"#\" | xargs) node scripts/fetch-instances-list.js", 10 + "source-map-explorer": "npx source-map-explorer dist/assets/*.js" 10 11 }, 11 12 "dependencies": { 12 13 "@github/text-expander-element": "~2.3.0",