回答編集履歴
1
行間
test
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
```devcontainer.json
|
8
8
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
9
9
|
"forwardPorts": [3000,20002],
|
10
|
+
|
10
11
|
```
|
11
12
|
|
12
13
|
```quasar.config.js
|
@@ -17,5 +18,5 @@
|
|
17
18
|
port: 3000
|
18
19
|
},
|
19
20
|
},
|
21
|
+
|
20
22
|
```
|
21
|
-
|