mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-12 09:54:53 -05:00
Broken Project. #811
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @smoressy on GitHub (Apr 26, 2025).
problem description
C:\Users\Admin\cobalt\api\src.env
Why am I getting this error????
C:\Users\Admin\cobalt\api\src>pnpm start
API_URL env variable is missing, cobalt api can't start.
My env literally says this:
API_URL=http://localhost:9000/
???
your instance configuration
@wukko commented on GitHub (Apr 26, 2025):
the project isn't broken. the env variable file is
.env, notsrc.env, and you have to put it inapi/directory.