/
concept-collection
/
trystero-messaging-demo
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
trystero-messaging-demo
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
17356fd
Branches
main
trystero-messaging-demo
/
vite.config.ts
12 lines · 266 B
Copy
Copied
Blame
History
Raw
1
import
{defineConfig}
from
'vite'
2
import
react
from
'@vitejs/plugin-react'
3
4
// https://vite.dev/config/
5
export
default
defineConfig
({
6
plugins
: [
react
()],
7
// Relative base, so the build works wherever it is mounted
8
base
:
'./'
,
9
server
: {
10
host
:
true
11
}
12
})
↑
↓
move
↵
open
esc
close