回答編集履歴
2
追記
test
CHANGED
@@ -9,3 +9,11 @@
|
|
9
9
|
```
|
10
10
|
|
11
11
|
みたいに`VUE_APP_`をプリフィックスとしてつけてないとか?
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
参考
|
16
|
+
|
17
|
+
[https://cli.vuejs.org/guide/mode-and-env.html#environment-variables](https://cli.vuejs.org/guide/mode-and-env.html#environment-variables)
|
18
|
+
|
19
|
+
[https://qiita.com/h-reader/items/9e2f8dbc3b9eaec4f5ee](https://qiita.com/h-reader/items/9e2f8dbc3b9eaec4f5ee)
|
1
修正
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
```env
|
6
6
|
|
7
|
-
VUE_APP_
|
7
|
+
VUE_APP_AWS_URL=""
|
8
8
|
|
9
9
|
```
|
10
10
|
|