0.1.9 • Published 6 months ago

@marko/run-adapter-netlify v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

6 months ago

0.1.7

6 months ago

0.1.9

6 months ago

0.1.6

9 months ago

0.1.5

10 months ago

0.1.4

12 months ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.3

1 year ago

0.0.1-beta4

1 year ago

0.0.1-beta3

1 year ago

0.0.1-beta2

1 year ago

0.0.1-beta1

1 year ago