* init deploy command * add include flag * add 'shortcut' flag * add dev command, fix var replacement, change default behaviour * cleanup params of build command * fix defaults when using the plugin to serve admin * add changeset * fix globals * update README * throw error on no build found --------- Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
export * from "./format-base"
|
|
export * from "./get-custom-vite-config"
|
|
export * from "./get-custom-vite-dev-config"
|