feat: FRO-2 Implement Login Component
This commit is contained in:
4
public/env.js
Normal file
4
public/env.js
Normal file
@@ -0,0 +1,4 @@
|
||||
window.__RUNTIME_CONFIG__ = {
|
||||
API_URL: "http://localhost:9000"
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
globalThis.__RUNTIME_CONFIG__ = {
|
||||
window.__RUNTIME_CONFIG__ = {
|
||||
API_URL: "${API_URL}"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user