Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting with a brand new project fails to run #628

Closed
mrtom opened this issue Nov 14, 2021 · 2 comments
Closed

Starting with a brand new project fails to run #628

mrtom opened this issue Nov 14, 2021 · 2 comments

Comments

@mrtom
Copy link
Contributor

mrtom commented Nov 14, 2021

I copied the template and ran through the docs from the start.

The issue is a broken import in src/graphql/index.ts on line 6.

The generated file has:
import schema from "./schema";

But it should be:

import schema from "./generated/schema";

@lolopinto
Copy link
Owner

yah, it's fixed in #604 but I haven't created a new image since

@lolopinto
Copy link
Owner

new image and version updated in ent-starter
followed the docs and it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants