Commit graph

5 commits

Author SHA1 Message Date
edf5b33234
feat: Add stack trace to argument check error
Just the error message is not enough to track errors in commonly used
functions.
2023-05-06 22:54:48 +02:00
b6bdc3848e
fix: Fix script file paths 2023-05-06 22:54:47 +02:00
c5b83f740b
fix: Adjust for adapted mod manager 2023-05-06 22:54:46 +02:00
9486af9177
refactor: Replace I/O-based requires
With the switch back to bundle-based mod distribution, we can now use
the built-in `require`/`dofile`.
2023-05-06 22:54:44 +02:00
b0b7395f02
feat: Make buildable with dtmt
Move files in the correct file structure, add package definition and
dtmt configuration.
2023-05-06 22:54:41 +02:00