Skip to content

Commit

Permalink
Remove using the express server in development in favour of webpack-d…
Browse files Browse the repository at this point in the history
…ev-server
  • Loading branch information
RobinVdBroeck committed Apr 11, 2020
1 parent c73bf87 commit 3f1b3f7
Show file tree
Hide file tree
Showing 7 changed files with 1,079 additions and 505 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- init: npm install -g npm && npm ci && npm run build:dev
- init: npm install -g npm && npm ci && npm run assetLister
command: npm run start:dev
ports:
- port: 8080
Expand Down
Loading

0 comments on commit 3f1b3f7

Please sign in to comment.