/
concept-collection
/
seqlab
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
seqlab
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
78d04f1
Branches
main
seqlab
/
vite.config.ts
8 lines · 175 B
Code
Blame
History
78d04f1
seqlab: write and view pulseq MRI sequences in the browser
Jeremy Magland
26 days ago
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
:
'./'
,
8
})
↑
↓
move
↵
open
esc
close