mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-23 06:12:28 +08:00
9 lines
169 B
JavaScript
9 lines
169 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
module.exports = {
|
|
output: "standalone",
|
|
// Prevent TypeScript errors.
|
|
typescript: {
|
|
ignoreBuildErrors: true,
|
|
},
|
|
};
|