From 2933811dd859bef58901f2878c83970cb0112264 Mon Sep 17 00:00:00 2001 From: Victor Nogueira Date: Wed, 5 Oct 2022 15:47:46 +0300 Subject: [PATCH] Add WebStorm prebuild config --- .gitpod.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index ef0387f..47837d0 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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 @@ -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