error changes
This commit is contained in:
parent
839aa37dfc
commit
10d50c9e28
|
@ -1,7 +1,7 @@
|
|||
FROM gitpod/workspace-mongodb
|
||||
|
||||
# Install custom tools, runtimes, etc.
|
||||
# For example "bastet", a command-line tetris clone:
|
||||
# RUN brew install bastet
|
||||
#
|
||||
# More information: https://www.gitpod.io/docs/config-docker/
|
||||
FROM gitpod/workspace-mongodb
|
||||
|
||||
# Install custom tools, runtimes, etc.
|
||||
# For example "bastet", a command-line tetris clone:
|
||||
# RUN brew install bastet
|
||||
#
|
||||
# More information: https://www.gitpod.io/docs/config-docker/
|
||||
|
|
12
.gitpod.yml
12
.gitpod.yml
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
tasks:
|
||||
- init: npm install && npm run build
|
||||
command: npm run start
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
tasks:
|
||||
- init: npm install && npm run build
|
||||
command: npm run start
|
||||
|
|
|
@ -25,6 +25,7 @@ const Heading = styled.h1`
|
|||
padding-top: 15%;
|
||||
color: white;
|
||||
font-size: 4rem;
|
||||
margin: 0px;
|
||||
|
||||
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue