Open highcard opened 5 months ago
Fixed in d76d6688430f38da4f2c425aea5212dfd5e92422.
The next release to have this fix will be 0.21.
To receive the fix early:
npm install -g hackmud-script-manager@dev
pnpm add hackmud-script-manager@dev
You can import .json files like so:
.json
import myJson from "./path/to/my.json" export default function () { return myJson }
Fixed in d76d6688430f38da4f2c425aea5212dfd5e92422.
The next release to have this fix will be 0.21.
To receive the fix early:
npm install -g hackmud-script-manager@dev
if you have HSM installed globallypnpm add hackmud-script-manager@dev
in the Hackmud Scripting EnvironmentYou can import
.json
files like so: