Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung committed Aug 2, 2024
1 parent 29ccf64 commit d8b234f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ much difference compared to the `codeigniter3-skeleton` package.
"framework": null,
"functions": {
"api/**/*.php": {
"runtime": "vercel-php@0.6.1"
"runtime": "vercel-php@0.7.1"
}
},
"outputDirectory": "public",
"routes": [
{
"src": "/assets/(css|favicon|images|js)/(.*)",
"dest": "assets/$1/$2"
},
{
"src": "/(.*)",
"dest": "/api/index.php?/$1"
Expand Down

0 comments on commit d8b234f

Please sign in to comment.