Created
February 23, 2026 06:11
-
-
Save flushpot1125/c7dae43f1a3cdc7f89270d4d247b1883 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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