Skip to content

Commit

Permalink
public dir conf
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerCleanVic committed Apr 29, 2024
1 parent dd5f5ab commit f0a0362
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
11 changes: 0 additions & 11 deletions public/exemp.html

This file was deleted.

3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
]
},
"include": [
"src/**/*.ts"
"src/**/*.ts",
"public/**/*.ts"
],
"exclude": [
"errors",
Expand Down
4 changes: 3 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
},
"routes": [
{ "src": "/(.*)", "dest": "/api/index.php" }
{ "src": "/(.*)",
"dest": "/api/index.php"
}
]
}

0 comments on commit f0a0362

Please sign in to comment.