You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build process is hardcoded to always use the production flag, which hinders debugging and local development. This also leads to build times longer than necessary making development slow.
Acceptance criteria
Fix env vars in files in dir utils.
Add new scripts in package.json for prod and dev builds.