Add DB_PREFIX
environment variable
#5967
Annotations
11 errors
format
@acme/db#format: command (/home/runner/work/create-t3-turbo/create-t3-turbo/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
lint:
packages/db/src/schema.ts#L3
'integer' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/db/src/schema.ts#L5
'text' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/db/src/schema.ts#L6
'timestamp' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/db/src/schema.ts#L7
'uuid' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/db/src/schema.ts#L8
'varchar' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/db/src/table.ts#L4
DB_PREFIX is not listed as a dependency in root turbo.json
|
lint:
packages/db/src/table.ts#L5
DB_PREFIX is not listed as a dependency in root turbo.json
|
lint
@acme/db#lint: command (/home/runner/work/create-t3-turbo/create-t3-turbo/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
|
lint
Process completed with exit code 1.
|