/
concept-collection
/
ephys_compression_tests
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
ephys_compression_tests
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
2
Tags
0
Site
552a4ba
Branches
main
benchmark-results
ephys_compression_tests
/
web-ui
/
vite.config.ts
11 lines · 322 B
Code
Blame
History
552a4ba
add web-ui
Jeremy Magland
6 months 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
:
'/ephys_compression_tests/'
,
// Base URL for GitHub Pages deployment
8
define
: {
9
__BUILD_DATE__
:
JSON
.
stringify
(
new
Date
().
toLocaleDateString
())
10
}
11
})
↑
↓
move
↵
open
esc
close