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
Combining #35 and #36: I'd like to have watch mode support a local configuration file. That way you can preview what changes to your local repository will look like with different configs.
As in, if you run npx create --watch in a directory with a create.config.ts and then update create.config.ts, local file system changes will be re-applied.
Additional Info
💖
The text was updated successfully, but these errors were encountered:
Merging back into #35 per #35 (comment). Since it'll be a lot of work, and #97 ended up needing to include config file support anyway, it's unclear to me how to split these issues up so far.
Bug Report Checklist
main
branch of the repository.Overview
Combining #35 and #36: I'd like to have watch mode support a local configuration file. That way you can preview what changes to your local repository will look like with different configs.
As in, if you run
npx create --watch
in a directory with acreate.config.ts
and then updatecreate.config.ts
, local file system changes will be re-applied.Additional Info
💖
The text was updated successfully, but these errors were encountered: