Skip to content

Commit

Permalink
Fix docker frontend build (#243)
Browse files Browse the repository at this point in the history
* add annotation subscription

* fix modules

* remove ws url
  • Loading branch information
younes200 authored Nov 20, 2023
1 parent d2fcf1f commit ebd5d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"type": "module",
"private": true,
"scripts": {
"dev": "VITE_API_URL=$API_URL VITE_WS_URL=$WS_URL vite --open ",
"build": "VITE_API_URL=$API_URL VITE_WS_URL=$WS_URL vite build",
"dev": "VITE_API_URL=$API_URL vite --open ",
"build": "VITE_API_URL=$API_URL vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "serve"
Expand Down

0 comments on commit ebd5d0f

Please sign in to comment.