Skip to content

Commit

Permalink
fix: remove invalid command from dev:ui script (#3982)
Browse files Browse the repository at this point in the history
* fix: remove invalid commnd from dev:ui script

* revert ip change for vite server

* switch to localhost
  • Loading branch information
Parker-Stafford authored Jul 24, 2024
1 parent d7204da commit 02f264c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"build:relay": "relay-compiler",
"test": "jest --config ./jest.config.js",
"dev": "pnpm run dev:server:demo & pnpm run build:static && pnpm run build:relay && vite",
"dev:ui": "pnpm run build:static && pnpm run watch",
"dev:ui": "pnpm run build:static && pnpm run build:relay && vite",
"dev:server:mnist": "python3 -m phoenix.server.main --dev --umap_params 0,30,550 fixture fashion_mnist",
"dev:server:mnist:single": "python3 -m phoenix.server.main --dev fixture fashion_mnist --primary-only true",
"dev:server:sentiment": "python3 -m phoenix.server.main --dev fixture sentiment_classification_language_drift",
Expand Down
1 change: 0 additions & 1 deletion app/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default defineConfig(({ command }) => {
port: 6006,
},
server: {
origin: "http://127.0.0.1:5173",
open: "http://localhost:6006",
},
resolve: {
Expand Down

0 comments on commit 02f264c

Please sign in to comment.