mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-18 00:56:30 +03:00
Fix Vercel API endpoints for unified skills directory structure
The migration to source/skills/{name}/SKILL.md broke the serverless
functions which still expected flat .md files in source/commands/.
Also adds scripts/** to Vercel includeFiles for patterns API.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
2239279fd7
commit
c0ba2b8124
+1
-1
@@ -4,7 +4,7 @@
|
||||
"outputDirectory": "build",
|
||||
"functions": {
|
||||
"api/**/*.js": {
|
||||
"includeFiles": "source/**,dist/**"
|
||||
"includeFiles": "source/**,dist/**,scripts/**"
|
||||
}
|
||||
},
|
||||
"rewrites": [
|
||||
|
||||
Reference in New Issue
Block a user