add support for configuring server url. fixes #11
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
window.env = {
|
||||
SERVER_URL: "$SERVER_URL",
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
window.env = {
|
||||
SERVER_URL: "$SERVER_URL",
|
||||
}
|
||||