mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
chore: fix more build issues
BREAKING CHANGE: In `@revanced/discord-bot`, its environment variable
`DATABASE_URL` has been renamed to `DATABASE_PATH`
and the `file:` prefix is no longer needed
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
"author": "Palm <contact@palmdevs.me> (https://palmdevs.me)",
|
||||
"workspaces": ["packages/*", "apis/*", "bots/*"],
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"build:packages": "turbo run build --filter=\"./packages/*\"",
|
||||
"build:all": "turbo run build",
|
||||
"build:packages": "turbo build --filter=\"./packages/*\"",
|
||||
"watch": "turbo run watch",
|
||||
"flint": "biome check --write .",
|
||||
"flint:check": "biome check .",
|
||||
@@ -27,7 +27,7 @@
|
||||
"Palm <contact@palmdevs.me> (https://palmdevs.me)",
|
||||
"ReVanced <nosupport@revanced.app> (https://revanced.app)"
|
||||
],
|
||||
"packageManager": "pnpm@9.4.0",
|
||||
"packageManager": "bun@1.1.18",
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.8.2",
|
||||
"@commitlint/cli": "^19.3.0",
|
||||
|
||||
Reference in New Issue
Block a user