14 Commits

Author SHA1 Message Date
SNEK WAIFU
a091e89e8a auto release 2026-05-14 04:42:44 +07:00
SNEK WAIFU
b1d6add110 chore(release): 8.2.0-alpha 2026-05-14 04:41:27 +07:00
SNEK WAIFU
f04bbead08 feat(core): hard remake with bun and elysia 2026-05-14 04:37:39 +07:00
SNEK WAIFU
07080d4a6a docs changes 2026-05-14 04:37:03 +07:00
SNEK WAIFU
4735defbb4 ci changes use bun 2026-05-14 04:35:19 +07:00
SNEK WAIFU
2cd8e1ed29 remake tsconfig 2026-05-14 04:34:47 +07:00
SNEK WAIFU
fdf634dce7 @elysiajs/swagger 2026-05-14 04:34:34 +07:00
SNEK WAIFU
423c955a18 remake getServer 2026-05-14 04:34:01 +07:00
SNEK WAIFU
ad81dbfcd0 edit proper interfaces 2026-05-14 04:33:31 +07:00
SNEK WAIFU
a925544508 deps and rule changes 2026-05-14 04:31:20 +07:00
SNEK WAIFU
3a13143d8c some docs changes 2026-05-14 04:29:20 +07:00
SNEK WAIFU
2df31521d2 test case 2026-05-14 04:28:31 +07:00
SNEK WAIFU
3cc0c3317f remake modifiers 2026-05-14 04:28:10 +07:00
SNEK WAIFU
11b1228c5d static files changes 2026-05-14 04:17:29 +07:00
11 changed files with 11 additions and 41 deletions

View File

@@ -27,7 +27,4 @@ jobs:
run: bun install
- name: Run test
run: |
bun run start:dev &
sleep 3
bun run test:eporner
run: bun run test:eporner

View File

@@ -27,7 +27,4 @@ jobs:
run: bun install
- name: Run test
run: |
bun run start:dev &
sleep 3
bun run test:pornhub
run: bun run test:pornhub

View File

@@ -27,7 +27,4 @@ jobs:
run: bun install
- name: Run test
run: |
bun run start:dev &
sleep 3
bun run test:redtube
run: bun run test:redtube

View File

@@ -30,7 +30,4 @@ jobs:
run: bun run build
- name: Check status code
run: |
bun run start:dev &
sleep 3
bun run test
run: bun run test

View File

@@ -27,7 +27,4 @@ jobs:
run: bun install
- name: Run test
run: |
bun run start:dev &
sleep 3
bun run test:txxx
run: bun run test:txxx

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@11bd71901bbe5b1630ea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
@@ -27,7 +27,4 @@ jobs:
run: bun install
- name: Run test
run: |
bun run start:dev &
sleep 3
bun run test:xhamster
run: bun run test:xhamster

View File

@@ -27,7 +27,4 @@ jobs:
run: bun install
- name: Run test
run: |
bun run start:dev &
sleep 3
bun run test:xnxx
run: bun run test:xnxx

View File

@@ -27,7 +27,4 @@ jobs:
run: bun install
- name: Run test
run: |
bun run start:dev &
sleep 3
bun run test:xvideos
run: bun run test:xvideos

View File

@@ -27,7 +27,4 @@ jobs:
run: bun install
- name: Run test
run: |
bun run start:dev &
sleep 3
bun run test:youporn
run: bun run test:youporn

View File

@@ -29,9 +29,6 @@ module.exports = [
beforeAll: "readonly",
afterAll: "readonly",
it: "readonly",
AbortController: "readonly",
setTimeout: "readonly",
clearTimeout: "readonly",
},
},
plugins: {

View File

@@ -1,6 +1,6 @@
{
"name": "lustpress",
"version": "8.2.1-alpha",
"version": "8.2.0-alpha",
"description": "RESTful and experimental API for PH and other R18 websites",
"main": "src/index.ts",
"scripts": {