UNPKG
vite-plugin-domo-proxy
Version:
latest (1.0.0)
1.0.0
Native vite plugin to proxy requests through the vite-dev-server to domo
vite-plugin-domo-proxy
/
dist
/
index.d.ts
6 lines
(5 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
6
import { ViteDevServer }
from
"vite"
; export
declare
function
domoProxy
(
):
{ name:
string
;
configureServer
(
server
: ViteDevServer):
void
; };