UNPKG
@netlify/remix-adapter
Version:
alpha (2.3.0-0)
custom-default-entry (2.3.1-custom-default-entry.0)
latest (3.0.0)
3.0.0
2.7.0
2.6.1
2.6.0
2.5.1
2.5.0
2.4.0
2.3.2
2.3.1
2.3.1-custom-default-entry.0
2.3.0
2.3.0-0
2.2.0
2.1.0
2.0.0
1.0.0
Remix Adapter for Netlify Functions
github.com/netlify/remix-compute
netlify/remix-compute
@netlify/remix-adapter
/
dist
/
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 };