stash
This commit is contained in:
parent
17bfb84a94
commit
2fe8d14c2c
35 changed files with 1976 additions and 2134 deletions
|
|
@ -8,6 +8,7 @@ WORKDIR /app
|
|||
# A wildcard is used to ensure both package.json AND package-lock.json are copied
|
||||
COPY package.json ./
|
||||
|
||||
COPY extras/ ./extras/
|
||||
RUN npm install
|
||||
|
||||
CMD [ "npm", "run", "dev", "--", "--host"]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,19 @@
|
|||
[
|
||||
[
|
||||
{
|
||||
"speed": 1,
|
||||
"position": 1
|
||||
},
|
||||
{
|
||||
"speed": 1,
|
||||
"position": 1
|
||||
},
|
||||
{
|
||||
"speed": 1,
|
||||
"position": 1
|
||||
}
|
||||
]
|
||||
|
||||
arr[1].speed
|
||||
"a.localhost"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -21,4 +21,4 @@
|
|||
"target": "127.0.0.2."
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue