Skip to content

Commit

Permalink
remove ws url
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Nov 20, 2023
1 parent 87041cc commit 812307c
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 812307c

Please sign in to comment.