ahrefs / atd

Static types for JSON APIs
Other
308 stars 53 forks source link

Is there a way to use atdgen in a dune project? #405

Closed geohuz closed 3 months ago

geohuz commented 3 months ago

I use dune init project to create my project directories, and I've generated all the hello_j/hello_t files, now I'm trying to exec the project with dune exec myproject I got error like: Unbound module Atdgen_runtime. So what should I do with this problem?

geohuz commented 3 months ago

Ok, I figured it out!