chore(release): 1.6.1-alpha, flyctl deploy

このコミットが含まれているのは:
sinkaroid 2023-04-18 14:37:40 +07:00
コミット f4cac0cc13
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: ABD69470B2390135
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -1,6 +1,6 @@
{
"name": "lustpress",
"version": "1.6.0-alpha",
"version": "1.6.1-alpha",
"description": "RESTful and experimental API for PornHub and other porn sites, which official is lack even isn't exist.",
"main": "build/src/index.js",
"scripts": {
@ -10,6 +10,7 @@
"test:mock": "ts-node test/mock.ts",
"start:prod": "npm run build && node build/src/index.js",
"start:dev": "ts-node-dev src/index.ts",
"start:flyctl": "flyctl deploy",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --fix",
"build:freshdoc": "rimraf docs && rimraf template && rimraf theme.zip",