Skip to content

v1 template ships .env.local but env.config only loads .env #103

Description

@cultron

env.config.ts uses env.config() (dotenv default = .env), while the scaffold writes .env.local. Fresh projects silently run on defaultConfig (port 3200/54322, postgres) and ignore the scaffolded env. Workaround: cp .env.local .env. Fix: load .env.local (or write .env at scaffold time).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions