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
A way for maintainers to test out changes to Kit outside the repo. Place it next to the kit repo, pnpm install, then link the packages you want to test:
pnpm link ../kit/packages/kit
pnpm link ../kit/packages/adapter-auto
# etc