Skip to content

Conversation

@bighoho123
Copy link
Contributor

When running Nestjs in a Windows environment, the template could not be loaded properly.

Only URLs with a scheme in: file and data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'

This converts path to URL with file protocol (file://...)

kodjunkie and others added 14 commits February 2, 2023 12:20
docs: update README.md formatting
feat(ci): add npm publish workflow
refactor: rename ReactAdapterConfig to AdapterConfig
chore(ci): remove unnecessary build job
docs: update wording and fix typos in README.md
docs: Update README.md with react support instructions
chore(package.json): update exports configuration
bumped version to v0.1.0
refactor(adapter): improve dynamic template import
chore: update version to 0.1.1
@bighoho123 bighoho123 mentioned this pull request Oct 5, 2023
@kodjunkie
Copy link
Contributor

Thank you @bighoho123. Can you change the target branch to dev so I can merge and release it?

@bighoho123 bighoho123 changed the base branch from main to dev October 5, 2023 22:09
@bighoho123
Copy link
Contributor Author

@kodjunkie Done :)

@kodjunkie kodjunkie merged commit 66953ff into webtretech:dev Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants