-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improve internal types (#163)
* refactor: remove unreachable code * refactor: improve internal types I had a little bit of trouble understanding what options/configs were passed where and why, so now I've more clearly separated the client config options and the `studioBasePath` option. I've also adjusted the return types of the Vite Plugin factory functions to make TypeScript happy.
- Loading branch information
1 parent
bc87070
commit 21e6e65
Showing
3 changed files
with
23 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters