cauto 2 年 前
コミット
760a28d4df
2 ファイル変更2 行追加0 行削除
  1. 1 0
      src/.env.development
  2. 1 0
      src/.env.production

+ 1 - 0
src/.env.development

@@ -0,0 +1 @@
+VUE_APP_URL="http://localhost:8080"

+ 1 - 0
src/.env.production

@@ -0,0 +1 @@
+VUE_APP_URL="http://localhost:8080"