Detailed reference for nuxt-auto-crud module options, including schema pathing and authentication integration.
export default defineNuxtConfig({
autoCrud: {
// Path to your database schema file (relative to project root)
schemaPath: "server/db/schema", // default
// Authentication configuration (see "Authentication Configuration" section)
auth: {
// ...
}
},
});