/ concept-collection / seqlab
Sign in
concept-collection / seqlab
seqlab / vite.config.ts
8 lines · 175 BCodeBlameHistory
78d04f1seqlab: write and view pulseq MRI sequences in the browserJeremy Magland 1import { defineConfig } from 'vite'
2import react from '@vitejs/plugin-react'
4// https://vite.dev/config/
5export default defineConfig({
6 plugins: [react()],
7 base: './',
8})
moveopenescclose