/
concept-collection
/
remote-hdf5-lazy-read
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
remote-hdf5-lazy-read
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
5321a9c
Branches
main
remote-hdf5-lazy-read
/
vite.config.ts
8 lines · 199 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
base
:
"/remote-hdf5-lazy-read/"
,
8
});
↑
↓
move
↵
open
esc
close