diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..0e0a2f0 --- /dev/null +++ b/.env.development @@ -0,0 +1,3 @@ +# .env.development + +VUE_APP_API_BASE_URL = http://127.0.0.1:7777/ \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..ffdf163 --- /dev/null +++ b/.env.production @@ -0,0 +1,3 @@ +# .env.production + +VUE_APP_API_BASE_URL = https://api.hellobin.top/ \ No newline at end of file diff --git a/App.vue b/App.vue index 021182b..4dc195e 100644 --- a/App.vue +++ b/App.vue @@ -1,33 +1,30 @@ -