Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add WebStorm prebuild config
  • Loading branch information
felladrin committed Oct 25, 2022
commit 2933811dd859bef58901f2878c83970cb0112264
6 changes: 5 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Learn more about this file at https://www.gitpod.io/docs/references/gitpod-yml
tasks:
- init: yarn
- command: yarn start
command: yarn start
ports:
- port: 3000
onOpen: open-preview
Expand All @@ -21,3 +21,7 @@ github:
addComment: false
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: true
jetbrains:
webstorm:
prebuilds:
version: both