Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize and simplify CSS #74

Draft
wants to merge 12 commits into
base: next
Choose a base branch
from
Prev Previous commit
Next Next commit
Set server.host to 127.0.0.1
  • Loading branch information
kytta committed Jul 18, 2023
commit 5a1b94b22100d3536dfdcefeaba97f4dbcf3c68c
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ export default defineConfig({
css: {
devSourcemap: true,
},
server: {
host: "127.0.0.1",
},
});