Closed corydeppen closed 8 months ago
The calls to writeFile
are both throwing a similar error, e.g.
ENOENT: no such file or directory, open '/path/to/src/fuse/index.ts'
The files are successfully generated if I manually add the fuse
directory and run fuse dev
.
Description
I've noticed the
fuse
directory isn't being generated after runningfuse dev
in a fresh project created by create-vite. Once the project was created, I rannpx create-fuse-app
, which generated thetypes
directory and_context.ts
,schema.graphql
, and.vscode/settings.json
files, modifiedtsconfig.json
, and started the server, but there wasn't any terminal output showing the codegen had run. Even though the server does start up, the only query field available is_version
.Versions