hyperbrew / bolt-uxp

A lightning-fast boilerplate for building Adobe UXP Plugins in React, Svelte or Vue built on Vite + TypeScript + Sass
MIT License
40 stars 6 forks source link

`create-bolt-uxp` deletes non-empty folder #12

Open Klustre opened 5 months ago

Klustre commented 5 months ago

The following line deletes an existing folder. This could potentially erase important files without prompting the user. https://github.com/hyperbrew/bolt-uxp/blob/master/create-bolt-uxp/src/build.ts#L148