1
0
Fork 0
mirror of https://github.com/kou029w/daraz-san.git synced 2025-01-18 16:08:06 +00:00
daraz-san/vercel.json

7 lines
170 B
JSON
Raw Normal View History

2022-04-27 00:24:46 +09:00
{
"functions": {
"api/slack/events.ts": { "includeFiles": "{dist,node_modules/kuromoji}/**" }
},
"build": { "env": { "NODEJS_AWS_HANDLER_NAME": "handler" } }
}