Skip to content

Commit

Permalink
test rust serverless functions
Browse files Browse the repository at this point in the history
  • Loading branch information
setsun committed Jun 27, 2023
1 parent 6dd21e2 commit 98cdeb6
Show file tree
Hide file tree
Showing 9 changed files with 1,123 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
target/
.next/
.DS_STORE
.env
Expand Down
1 change: 1 addition & 0 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
Loading

1 comment on commit 98cdeb6

@vercel
Copy link

@vercel vercel bot commented on 98cdeb6 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

setsun-xyz – ./

setsun-xyz-setsun.vercel.app
setsun.xyz
www.setsun.xyz
setsun-xyz-git-main-setsun.vercel.app

Please sign in to comment.