Skip to content

Commit 1806867

Browse files
refactor: merge with main
2 parents 9bf0187 + c2de2cc commit 1806867

167 files changed

Lines changed: 2497 additions & 543 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v4
2626
with:
27-
version: 10.27.0
27+
version: 10.28.0
2828

2929
- name: Restore cached dependencies
3030
id: cache-restore

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v2
2121
with:
22-
version: 10.27.0
22+
version: 10.28.0
2323

2424
- name: Install Dependencies
2525
run: pnpm install --frozen-lockfile

README.md

Lines changed: 1 addition & 1 deletion

apps/api/drizzle.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { defineConfig } from 'drizzle-kit'
22
import { env, nodeEnv } from '~/env'
33

44
export default defineConfig({
5-
schema: './src/drizzle/schema/*.ts',
6-
out: './src/drizzle/migrations',
5+
schema: './drizzle/schema/*.ts',
6+
out: './drizzle/migrations',
77
...(nodeEnv === 'test' && { driver: 'pglite' }),
88
dialect: 'postgresql',
99
casing: 'snake_case',

apps/api/src/drizzle/migrations/0000_absurd_iron_fist.sql renamed to apps/api/drizzle/migrations/0000_absurd_iron_fist.sql

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)