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