chore(release): 1.6.1-alpha, flyctl deploy

This commit is contained in:
sinkaroid
2023-04-18 14:37:40 +07:00
parent 2f515e0a49
commit f4cac0cc13

View File

@@ -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",