export default defineNuxtConfig({
autoCrud: {
// Path to your database schema file (relative to project root)
schemaPath: "server/database/schema", // default
// Authentication configuration (see "Authentication Configuration" section)
auth: {
// ...
}
},
});