UNPKG
@interopio/desktop-cli
Version:
alpha (0.0.1-alpha.2)
latest (0.0.1-alpha.6)
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
CLI tool for setting up, building and packaging io.Connect Desktop projects
@interopio/desktop-cli
/
dist
/
templates
/
workspaces-app
/
apps
/
workspaces
/
vite.config.ts
9 lines
(7 loc)
•
182 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ defineConfig }
from
'vite'
import
react
from
'@vitejs/plugin-react'
// https://vite.dev/config/
export
default
defineConfig
({
plugins
: [
react
()],
base
:
'./'
})