Skip to content

Commit f3e9563

Browse files
Changes in the tracking server to be running on port 7241
1 parent c574eed commit f3e9563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

telemetry/ui/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
server: {
77
port: 3000,
88
proxy: {
9-
'/api': 'http://localhost:8000'
9+
'/api': 'http://localhost:7241'
1010
}
1111
},
1212
build: {

0 commit comments

Comments
 (0)