diff --git a/cypress/support/component.ts b/cypress/support/component.ts index 37f59ed..bd8ff01 100644 --- a/cypress/support/component.ts +++ b/cypress/support/component.ts @@ -19,7 +19,7 @@ import './commands' // Alternatively you can use CommonJS syntax: // require('./commands') -import { mount } from 'cypress/react18' +import { mount } from 'cypress/react' // Augment the Cypress namespace to include type definitions for // your custom command. diff --git a/drizzle.config.ts b/drizzle.config.ts index d0f4098..dfba60b 100644 --- a/drizzle.config.ts +++ b/drizzle.config.ts @@ -3,4 +3,5 @@ import type { Config } from "drizzle-kit"; export default { schema: "./src/app/db/schema/*", out: "./src/app/db/migrations", + dialect: "postgresql", } satisfies Config; diff --git a/src/app/components/Navbar.tsx b/src/app/components/Navbar.tsx index 746bc40..e01038f 100644 --- a/src/app/components/Navbar.tsx +++ b/src/app/components/Navbar.tsx @@ -108,7 +108,7 @@ function Nav({ userImage }: { userImage: string }) { > {(ref) => (