Add vercel-post-deploy script

This commit is contained in:
Sam Carlton 2022-08-21 10:13:04 -05:00
parent 7c10c0a704
commit 2d70dd248f
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
;(async () => {
console.log( 'process.env', process.env )
process.exit()
})()