Skip to content

Commit ef7d913

Browse files
committed
workflow: add vercel.json
1 parent 533fa8c commit ef7d913

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/oxlint/UNSUPPORTED-RULES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Oxlint Unsupported Rules
22

3-
Generated on: 2025-06-02T17:09:55.716Z
3+
Generated on: 2025-06-02T17:10:38.777Z
44

55
- `accessor-pairs`
66
- `class-methods-use-this`

vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"outputDirectory": "dist",
4+
"installCommand": "pnpm install",
5+
"buildCommand": "pnpm build:inspector"
6+
}

0 commit comments

Comments
 (0)