Skip to content

Commit

Permalink
Merge pull request #506 from fastrodev/wait
Browse files Browse the repository at this point in the history
refactor(landing-page): update waitlist page
  • Loading branch information
ynwd authored Feb 18, 2025
2 parents b355f85 + 57441f2 commit d7842fd
Show file tree
Hide file tree
Showing 42 changed files with 200 additions and 2,477 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: denoland/setup-deno@v2
with:
deno-version: 2.1.2
deno-version: v2.x

- name: Install Oha
uses: baptiste0928/cargo-install@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: denoland/setup-deno@v2
with:
deno-version: 2.1.2
deno-version: v2.x

- name: Run tests
run: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} deno task test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: denoland/setup-deno@v2
with:
deno-version: 2.1.2
deno-version: v2.x

- run: deno lint --unstable-kv core
- run: deno lint --unstable-kv examples
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"nodeModulesDir": "auto",
"tasks": {
"start": "ENV=DEVELOPMENT deno run --env --unstable-kv -A --watch modules/app/wait.ts --debug",
"start": "ENV=DEVELOPMENT deno run --env --unstable-kv -A --watch modules/app/main.ts --debug",
"build": "deno run --env -A --unstable-kv modules/app/main.ts --build ",
"prod": "deno run --env --unstable-kv -A modules/app/main.ts",
"test": "rm -rf .hydrate && rm -rf cov && deno test --env --unstable-kv -A --coverage=cov && deno coverage cov",
Expand Down
5 changes: 0 additions & 5 deletions modules/admin/admin.handler.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions modules/admin/admin.layout.tsx

This file was deleted.

122 changes: 0 additions & 122 deletions modules/admin/admin.page.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions modules/admin/main.ts

This file was deleted.

14 changes: 0 additions & 14 deletions modules/admin/mod.ts

This file was deleted.

File renamed without changes.
106 changes: 0 additions & 106 deletions modules/hook/socket.ts

This file was deleted.

36 changes: 0 additions & 36 deletions modules/index/index.ads.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions modules/index/index.chat.tsx

This file was deleted.

Loading

0 comments on commit d7842fd

Please sign in to comment.