Skip to content

Commit

Permalink
fix(template): api type declaration merging for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Aug 24, 2024
1 parent 30c1956 commit f1ceaf5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"$web/*": [
"../web/*"
],
"$api/src/*": [
"../api/src/*",
"../.redwood/types/mirror/api/src/*"
],
"api/src/*": [
"../api/src/*",
"../.redwood/types/mirror/api/src/*"
],
"web/*": [
"../web/*"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"api/*": [
"../api/*"
],
"$api/src/*": [
"../api/src/*",
"../.redwood/types/mirror/api/src/*"
],
"api/src/*": [
"../api/src/*",
"../.redwood/types/mirror/api/src/*"
],
"$web/*": [
"../web/*"
],
Expand Down

0 comments on commit f1ceaf5

Please sign in to comment.