diff --git a/biome.json b/biome.json index 8b4b287..be510ce 100644 --- a/biome.json +++ b/biome.json @@ -63,7 +63,8 @@ "useNamingConvention": "off", "useBlockStatements": "off", "noNonNullAssertion": "off", - "useTemplate": "off" + "useTemplate": "off", + "useNodejsImportProtocol": "off" } } }, diff --git a/src/index.ts b/src/index.ts index 2e536dd..8d22d68 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,7 @@ */ import type { Raw, SqlValue, TemporalValue, Timezone } from './types.js'; -import { Buffer } from 'node:buffer'; +import { Buffer } from 'buffer'; export type { Raw, SqlValue, TemporalValue, Timezone } from './types.js';