Skip to content

Commit 0b00f49

Browse files
authored
test: fix tailwind playground server.origin (#8831)
1 parent 3d911f2 commit 0b00f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/tailwind/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ export default defineConfig({
1515
server: {
1616
// This option caused issues with HMR,
1717
// although it should not affect the build
18-
origin: 'http://localhost:8080/'
18+
origin: 'http://localhost:8080'
1919
}
2020
})

0 commit comments

Comments
 (0)