File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- const RULE_URL =
2- 'https://raw.githubusercontent.com/ecomfe/tempad-dev/refs/heads/main/public/rules/figma.json'
1+ const RULE_URL = 'https://ecomfe.github.io/tempad-dev/figma.json'
32
43const SYNC_ALARM = 'sync-rules'
54const SYNC_INTERVAL_MINUTES = 10
Original file line number Diff line number Diff line change 99 "dev:firefox" : " wxt -b firefox" ,
1010 "build" : " wxt build && pnpm run build:rewrite && pnpm run build:plugins && pnpm run build:readme" ,
1111 "build:firefox" : " wxt build -b firefox" ,
12- "build:rewrite" : " esbuild ./rewrite/figma.ts --outfile=./dist/figma.js --bundle --format=iife" ,
12+ "build:rewrite" : " esbuild ./rewrite/figma.ts --outfile=./dist/figma.js --bundle --format=iife && cp ./public/rules/figma.json ./dist/figma.json " ,
1313 "build:plugins" : " tsc -p ./plugins/tsconfig.json" ,
1414 "build:readme" : " tsx ./build/readme.ts" ,
1515 "npm:plugins" : " pnpm build:plugins && cd plugins && pnpm publish --access public && cd .." ,
You can’t perform that action at this time.
0 commit comments