Skip to content

Commit

Permalink
test: fix tailwind playground server.origin (#8831)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jun 28, 2022
1 parent 3d911f2 commit 0b00f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/tailwind/vite.config.ts
Expand Up @@ -15,6 +15,6 @@ export default defineConfig({
server: {
// This option caused issues with HMR,
// although it should not affect the build
origin: 'http://localhost:8080/'
origin: 'http://localhost:8080'
}
})

0 comments on commit 0b00f49

Please sign in to comment.