We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f80ed5 commit 664973dCopy full SHA for 664973d
.gitpod.yml
@@ -1,6 +1,8 @@
1
# Learn more about this file at https://www.gitpod.io/docs/references/gitpod-yml
2
tasks:
3
- - init: yarn
+ - init: |
4
+ yarn
5
+ yarn build
6
command: yarn start
7
ports:
8
- port: 3000
src/index.tsx
@@ -8,7 +8,7 @@ ReactDOM.render(
<React.StrictMode>
9
<App />
10
</React.StrictMode>,
11
- document.getElementById('root')
+ document.getElementById('root')<ywsd
12
);
13
14
// If you want to start measuring performance in your app, pass a function
0 commit comments