Skip to content

Commit

Permalink
update to 4000 port
Browse files Browse the repository at this point in the history
  • Loading branch information
RockiRider committed Feb 26, 2024
1 parent e655a1b commit 34e6cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/example-vite/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import { TanStackRouterVite } from "@tanstack/router-vite-plugin";
export default defineConfig({
plugins: [react(), TanStackRouterVite()],
preview: {
port: 3001,
port: 4001,
},
});
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig({
projects: [
{
name: "chromium",
use: { ...devices["Desktop Chrome"], baseURL: "http://localhost:3001" },
use: { ...devices["Desktop Chrome"], baseURL: "http://localhost:4001" },
},

// {
Expand All @@ -44,7 +44,7 @@ export default defineConfig({
webServer: [
{
command: "npm run v:preview",
url: "http://localhost:3001",
url: "http://localhost:4001",
},
],
});

0 comments on commit 34e6cf2

Please sign in to comment.