-
Notifications
You must be signed in to change notification settings - Fork 843
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,9 @@ | |
"author": "tbxark <[email protected]>", | ||
"license": "MIT", | ||
"repository": "[email protected]:TBXark/ChatGPT-Telegram-Workers.git", | ||
"main": "./packages/lib/core/dist/index.js", | ||
"module": "./packages/lib/core/dist/index.js", | ||
"types": "./packages/lib/core/dist/index.d.ts", | ||
"scripts": { | ||
"lint": "eslint --fix *.js *.ts packages plugins scripts", | ||
"version": "tsx scripts/gen-version.ts", | ||
|
@@ -21,6 +24,8 @@ | |
"build:dockerx": "pnpm -r run build:all && docker buildx build --platform linux/amd64,linux/arm64 -t chatgpt-telegram-workers:latest .", | ||
"build:dist": "pnpm run version && pnpm -r run build:all && cp -r packages/apps/workers/dist/* dist/", | ||
"deploy:dist": "pnpm run build:dist && wrangler deploy", | ||
"deploy:workers": "TOML_PATH=$INIT_CWD/wrangler.toml pnpm run --filter @chatgpt-telegram-workers/workers deploy", | ||
"deploy:workersnext": "TOML_PATH=$INIT_CWD/wrangler.toml pnpm run --filter @chatgpt-telegram-workers/workers-next deploy", | ||
"start:local": "CONFIG_PATH=$INIT_CWD/config.json TOML_PATH=$INIT_CWD/wrangler.toml pnpm run --filter @chatgpt-telegram-workers/local start", | ||
"clean": "pnpm -r run clean", | ||
"wrangler": "wrangler" | ||
|
This file contains 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 file contains 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 file contains 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 file contains 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