Good day Everyone,
I have a "Angular / Node.JS / Mysql / Material design" stack running...
Standard deployment: app.config.ts const hostApi = process.env.NODE_ENV === 'development' ? 'http://localhost' : '';
it always resolves to hostApi is empty....console.log("PE:", process.env.NODE_ENV); always displays production.
Please where is process.env.NODE_ENV set? Why is not even in the build pointing to the correct backend (port 8080)?
Best Regards, Sascha