Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto0627 committed Apr 28, 2024
1 parent a9c50c0 commit 63d0eb3
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 837 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ghpage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,12 @@ jobs:
cache: pnpm

- name: Install dependencies
run: pnpm install

- name: Set env
env:
NEXT_PUBLIC_PROJECT_ID: ${{secrets.NEXT_PUBLIC_PROJECT_ID}}
run: echo "${{secrets.NEXT_PUBLIC_PROJECT_ID}}"
run: pnpm install

- name: Build my App
run: pnpm run build
env:
NEXT_PUBLIC_PROJECT_ID: ${{secrets.NEXT_PUBLIC_PROJECT_ID}}
run: echo "${{secrets.NEXT_PUBLIC_PROJECT_ID}}" && pnpm run build

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down
10 changes: 0 additions & 10 deletions apps/serverless/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions apps/serverless/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions apps/serverless/package.json

This file was deleted.

25 changes: 0 additions & 25 deletions apps/serverless/src/index.ts

This file was deleted.

16 changes: 0 additions & 16 deletions apps/serverless/tsconfig.json

This file was deleted.

22 changes: 0 additions & 22 deletions apps/serverless/wrangler.toml

This file was deleted.

1 change: 1 addition & 0 deletions apps/web/public/.well-known/walletconnect.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e60a5d16-47a6-44b7-8e0d-ec9454a00a41=33852ad882d7bfcfa5f7bb6546de5e28b1a80bb3ba1bacd35bc8a05005261b9c
95 changes: 1 addition & 94 deletions apps/web/public/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions apps/web/public/swe-worker-5c72df51bb1f6ee0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/web/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Navbar, Footer } from "@/components";
import { Hero, Vision } from "@/app";
import { Hero, Vision } from "@/app/components";

export default function Profile() {
return (
Expand Down
11 changes: 0 additions & 11 deletions apps/web/src/components/AuthContext.tsx

This file was deleted.

90 changes: 0 additions & 90 deletions apps/web/src/utils/config/siwe.config.ts

This file was deleted.

Loading

0 comments on commit 63d0eb3

Please sign in to comment.