Closed Shyrro closed 1 year ago
This aims to improve dev mode
We used to run tsup --watch for dev mode. Fixes: [ISSUE NUMBER]
tsup --watch
Now we target source files directly in dev mode.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Pull request type
This aims to improve dev mode
What is the current behavior?
We used to run
tsup --watch
for dev mode. Fixes: [ISSUE NUMBER]What is the new behavior?
Now we target source files directly in dev mode.