Skip to content

Commit

Permalink
fix: change to http for e2e run
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Sep 13, 2022
1 parent 3d939d9 commit d2e2702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import { defineConfig } from "vite";
export default defineConfig({
plugins: [],
server: {
https: true,
// https: true,
},
});

0 comments on commit d2e2702

Please sign in to comment.