You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 先构建monaco编辑器
npm run build:monaco
# content-script
npm run dev:content
# service-worker
npm run dev:service
# injection.js
npm run dev:injection
# side panel
npm run dev