This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "root": "project", | |
| "sourceRoot": "project/src", | |
| "projectType": "application", | |
| "targets": { | |
| "serve": { | |
| "executor": "..." | |
| }, | |
| "dev": { | |
| "executor": "my-executor-pkg:serve" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * This module is a copy and extension of the better-auth drizzle-adapter which | |
| * allows for generation of id's to be handled by the schema and/or db | |
| * | |
| * @see https://github.com/better-auth/better-auth/blob/main/packages/better-auth/src/adapters/drizzle-adapter/drizzle-adapter.ts | |
| * @see https://github.com/better-auth/better-auth/issues/3445 | |
| * @see https://github.com/better-auth/better-auth/issues/2480 | |
| */ | |
| /** biome-ignore-all assist/source/organizeImports: tmp, copied from 3rd-party */ | |
| /** biome-ignore-all lint/style/useImportType: tmp, copied from 3rd-party */ |
OlderNewer