peterreisz
peterreisz
I've also faced with this issue, but in a non-nx project, so I think this issue is not related to nx.
Haven't tried, but something like this should work: ```diff diff --git a/src/internal/configProvider.ts b/src/internal/configProvider.ts index 44af3ae58..6de804e54 100644 --- a/src/internal/configProvider.ts +++ b/src/internal/configProvider.ts @@ -95,6 +95,37 @@ export const fromFlat = (flat: ConfigProvider.ConfigProvider.Flat):...
I'm glad you are open to support Deno. I'll submit a PR then, just have to figure out some things. For example how to test the project with Deno.