Skip to content

Commit

Permalink
Update tailwind playground to run with server origin
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohn committed Nov 6, 2021
1 parent 102ab8d commit e7f491e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/playground/tailwind/vite.config.ts
Expand Up @@ -11,5 +11,10 @@ export default defineConfig({
build: {
// to make tests faster
minify: false
},
server: {
// This option caused issues with HMR,
// although it should not affect the build
origin: "http://localhost:8080/",
}
})

0 comments on commit e7f491e

Please sign in to comment.