Skip to content

Commit

Permalink
fix: GO_BUILD_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
LelouchFR committed May 4, 2024
1 parent 0fe6389 commit dde573b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.vercel
vercel.json
10 changes: 10 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"routes": [
{"src": "/(.*)", "dest":"."}
],
"build": {
"env": {
"GO_BUILD_FLAGS": "-ldflags '-s'"
}
}
}

0 comments on commit dde573b

Please sign in to comment.