Skip to content

Conversation

@elliottcarlson
Copy link
Contributor

Changes

  • Removed yarn.lock to resolve the error caused by having both yarn.lock and package-lock.json. (Multiple different kinds of package manager lock files were found ("package-lock.json" & "yarn.lock"). You should delete the ones that you are not using so that this program can correctly detect your package manager.)
  • Updated tsconfig.json:
    • Fixed extends and luaPlugins paths.
    • Corrected luaBundle and luaBundleEntry fields.
  • Added standard src/bundleEntry.ts.
  • Refactored src/main.ts to use a main function.

elliottcarlson and others added 5 commits July 24, 2025 05:29
Removed yarn.lock to resolve a package manager conflict with package-lock.json.
Updated tsconfig.json for correct extends/luaPlugins paths and fixed luaBundle
and luaBundleEntry fields. Added src/bundleEntry.ts and refactored main.ts to
use a main function.
@Zamiell
Copy link
Member

Zamiell commented Jul 24, 2025

i think some files were missing in this PR so I will just re-init a project and copy over the edits

@Zamiell
Copy link
Member

Zamiell commented Jul 24, 2025

yeah that found a bunch more changes, but nonetheless thanks for brining this to my attention, it was very badly out of date

@Zamiell Zamiell merged commit d71490e into IsaacScript:main Jul 24, 2025
2 checks passed
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