tanstack.com icon indicating copy to clipboard operation
tanstack.com copied to clipboard

【BUG】Missing .env configuration

Open Sinosaurus opened this issue 4 months ago • 0 comments

 "scripts": {
    "dev": "npm-run-all --parallel dev:frontend dev:backend",
    "with-env": "dotenv -e ../../.env",
    "dev:frontend": "pnpm run with-env vite dev",
    "dev:backend": "convex dev --tail-logs",
    "build": "vite build",
    "start": "vite start",
    "lint": "prettier --check '**/*' --ignore-unknown && eslint --ext .ts,.tsx ./src",
    "format": "prettier --write '**/*' --ignore-unknown",
    "linkAll": "node scripts/link.js"
  },

What is the .env configuration?

Sinosaurus avatar Sep 14 '25 09:09 Sinosaurus