Initial commit: Vite + React project setup
This commit is contained in:
14
vite.config.js
Normal file
14
vite.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: true,
|
||||
allowedHosts: [
|
||||
'5173--main--sebastian--sebastian--sfkl73v7pva4g.pit-1.try.coder.app',
|
||||
'.coder.app',
|
||||
'localhost'
|
||||
]
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user