module.d.ts not found after creating local module
Created a local module with the OGB CLI and running into a filepath issue involving the "module.d.ts" file for "ScriptContext"

8 Replies
hmm
- is
opengb dev running?
- is the module listed in your registry?
it'll be "../module.ts" too btwIt's just what it auto generated as
opengb dev is not running one sec and yeah it's listed
I'm not sure what to do for this, this is when running opengb dev

it created module.gen.ts so should it be that

ok it's fixed thanks
Does opengb have to be ran in order for the module.gen.ts file to be created?
yes. you can also run
opengb buildGitHub
Document that
opengb dev or opengb build needs to run to genera...Unsure what document this should go in. Likely the scripts OGBE-122. Context https://discord.com/channels/822914074136018994/1242254085709758485/1242254085709758485
alright