Skip to content

README instructions for starting local SQLite database are incorrect #698

@knothhe

Description

@knothhe

I just created a new project using create-better-t-stack and noticed that the generated README.md contains an outdated command for starting the local SQLite database.

Current instruction in README.md:

cd apps/server && pnpm run db:local

This script no longer exists in apps/server. The db:local script is now defined in packages/db/package.json.
Correct command:

cd packages/db && pnpm run db:local

meanwhile, default DATABASE_URL of apps/server/.env should be file:/path/to/project/packages/db/local.db instead of current file:/path/to/project/apps/server/local.db.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions