UNPKG
@netlify/remix-edge-adapter
Version:
alpha (3.2.0-0)
latest (4.0.0)
4.0.0
3.5.0
3.4.3
3.4.2
3.4.1
3.4.0
3.3.0
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.2.0-0
3.1.0
3.0.0
1.2.0
1.1.0
1.0.0
Remix Adapter for Netlify Edge Functions
github.com/netlify/remix-compute
netlify/remix-compute
@netlify/remix-edge-adapter
/
dist
/
vite
/
plugin.d.mts
6 lines
(3 loc)
•
101 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
Plugin
}
from
'vite'
; declare
function
netlifyPlugin
(
):
Plugin
;
export
{ netlifyPlugin };