Skip to content

Commit

Permalink
remove python code
Browse files Browse the repository at this point in the history
  • Loading branch information
uche789 committed Nov 8, 2024
1 parent 573b6af commit 02f3eac
Show file tree
Hide file tree
Showing 18,623 changed files with 2,741,107 additions and 18,063 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_APP_SPACE_ID=
VITE_APP_ACCESS_TOKEN=
2 changes: 2 additions & 0 deletions .env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_APP_SPACE_ID=72igdcfysy48
VITE_APP_ACCESS_TOKEN=jLYtw_3AtNcShM0c_LeZ7oK5Fg9gktTxtA-ht0MhjTU
9 changes: 7 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Set Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn

- name: Install and build
run: |
Expand Down
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

File renamed without changes.
3 changes: 0 additions & 3 deletions app/.env

This file was deleted.

23 changes: 0 additions & 23 deletions app/.gitignore

This file was deleted.

Loading

0 comments on commit 02f3eac

Please sign in to comment.