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

Fix the location to create the index.ts file in the get-started examples #487

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

celeron450
Copy link

@celeron450 celeron450 commented Jan 30, 2025

This PR fixes inconsistencies in the index.ts location across the "Get Started" pages.

In several steps (file structure, seed & query, run index.ts), the index.ts file is located in the src directory. However, the "connect" step incorrectly specifies src/db as the directory in which to create index.ts.

This update changes all src/db references to src in the "connect" step, ensuring consistency with the other steps.

See also #460. If src/db is the preferred location, that PR should update the seed & query and run index.ts steps as well.

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

Successfully merging this pull request may close these issues.

1 participant