Loading...
Loading...
Use this skill when you need information about `@funstack/static` (the React framework your app is built with). What it is even about, API references, best practices, etc.
npx skill4agent add uhyo/funstack-router funstack-static-knowledge@funstack/staticvite.config.tsimport { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import { funstackStatic } from "@funstack/static";
export default defineConfig({
plugins: [
react(),
funstackStatic({
root: "./src/Root.tsx",
app: "./src/App.tsx",
}),
],
});rootapp"use client""use server"node_modulesnode_modules/@funstack/static/dist/docs/index.md