Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created February 23, 2026 06:11
Show Gist options
  • Select an option

  • Save flushpot1125/c7dae43f1a3cdc7f89270d4d247b1883 to your computer and use it in GitHub Desktop.

Select an option

Save flushpot1125/c7dae43f1a3cdc7f89270d4d247b1883 to your computer and use it in GitHub Desktop.
import { defineConfig } from 'vite'
export default defineConfig({
server: {
host: true,
port: 5173,
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment