6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
const { getPaths } = require('@redwoodjs/internal')
|
|
|
|
module.exports = {
|
|
schema: getPaths().generated.schema,
|
|
}
|