mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-24 23:34:28 +08:00
chore: prevent typescript errors when building docker file
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
module.exports = {
|
||||
output: "standalone",
|
||||
// Prevent TypeScript errors.
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user