Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prototype of removing resolve-tspaths #44

Closed
wants to merge 1 commit into from

Conversation

Spoffy
Copy link
Contributor

@Spoffy Spoffy commented Aug 2, 2024

Removes requirement for resolve-tspaths, by setting up app as a normal node module.

Requires the following steps post-build:

  • cd core/_build
  • cp -R ./stubs .
  • cp -R ./ext .
  • rm -rf ./stubs ./ext
  • mkdir node_modules
  • mv * node_modules

Requires the following steps post-build:
- cd core/_build
- cp -R ./stubs .
- cp -R ./ext .
- rm -rf ./stubs ./ext
- mkdir node_modules
- mv * node_modules
@Spoffy Spoffy changed the base branch from main to sleepyleslie/nativefs August 2, 2024 16:43
@Spoffy Spoffy marked this pull request as draft August 2, 2024 16:51
@Spoffy Spoffy closed this Aug 18, 2024
@Spoffy Spoffy deleted the spoffy/resolve-tspaths-removal branch August 18, 2024 19:00
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.

1 participant