@ruvyxa/adapter-netlify
v1.0.3
Published
Shape Ruvyxa builds for Netlify functions and assets with a small typed adapter contract.
Maintainers
Readme
@ruvyxa/adapter-netlify
Netlify functions deployment adapter metadata for Ruvyxa production builds.
Install
npm install @ruvyxa/adapter-netlifyUsage
import { defineConfig } from "ruvyxa/config"
import { netlifyAdapter } from "@ruvyxa/adapter-netlify"
export default defineConfig({
adapter: netlifyAdapter(),
})Output Metadata
{
"name": "netlify",
"target": "serverless",
"platform": "netlify",
"entry": ".ruvyxa/server/app",
"assetsDir": ".ruvyxa/assets",
"functionsDir": ".ruvyxa/netlify/functions",
"configFiles": ["netlify.toml"]
}Use this adapter when preparing function and static asset output for Netlify.
