0.1.9 • Published 2 years ago
@marko/run-adapter-netlify v0.1.9
Preview and deploy @marko/run apps to Netlify Functions/Edge Functions
Intallation
npm install @marko/run-adapter-static
Usage
In your application's Vite config file (eg. vite.config.js
), import and register this adapter with the @marko/run
Vite plugin:
import { defineConfig } from "vite";
import marko from "@marko/run/vite";
import netlifyAdapter from "@marko/run-adapter-netlify";
export default defineConfig({
plugins: [
marko({
adapter: netlifyAdapter({ edge: true })
})
]
});
0.1.8
2 years ago
0.1.7
2 years ago
0.1.9
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.0
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.3
2 years ago
0.0.1-beta4
2 years ago
0.0.1-beta3
2 years ago
0.0.1-beta2
2 years ago
0.0.1-beta1
2 years ago