This website requires JavaScript.
Explore
Help
Register
Sign In
jess
/
pcb-to-stencil
Watch
1
Star
0
Fork
You've already forked pcb-to-stencil
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
pcb-to-stencil
/
frontend
/
vite.config.js
8 lines
108 B
JavaScript
Raw
Permalink
Blame
History
import
{
defineConfig
}
from
'vite'
;
export
default
defineConfig
(
{
build
:
{
outDir
:
'dist'
,
}
,
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink