!!! warning
Apparently, env-variables are not updated when running npm run dev
in the VSCode terminal. This is a known issue with Vite. To fix this, run the command in a different terminal.
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build