appframe-vite
Quick start
import appframe from "@olenbetong/appframe-vite";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [appframe()],
});{
"appframe": {
"article": { "id": "my-article" },
"deploy": { "hostname": "dev.obet.no" }
}
}Configuration reference (package.json.appframe)
Common issues
Last updated
Was this helpful?