We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324044e commit 40b8d71Copy full SHA for 40b8d71
1 file changed
src/server/db/index.ts
@@ -16,6 +16,7 @@ async function getDB() {
16
password: env.MYSQL_PASSWORD,
17
port: env.MYSQL_PORT,
18
database: env.MYSQL_DATABASE,
19
+ disableEval: true,
20
});
21
22
const db = drizzle({ client, schema, relations, mode: "default" });
0 commit comments