Skip to content

Commit

Permalink
ci: remove frontend port
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed May 20, 2024
1 parent a909710 commit 0524ef4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import wasm from "vite-plugin-wasm";
export default defineConfig({
plugins: [react(), TanStackRouterVite(), wasm()],
envDir: "../..",
preview: {
port: process.env.PORT ? Number(process.env.PORT) : undefined,
},
preview: {},
worker: {
format: "es",
plugins: () => [wasm()],
Expand Down

0 comments on commit 0524ef4

Please sign in to comment.