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 378e5cc
Show file tree
Hide file tree
Showing 6 changed files with 1,114 additions and 0 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 378e5cc

@vercel
Copy link

@vercel vercel bot commented on 378e5cc 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-git-main-setsun.vercel.app
setsun-xyz-setsun.vercel.app
www.setsun.xyz
setsun.xyz

Please sign in to comment.