Skip to content

Commit

Permalink
commit .map.ts for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybosma committed Jun 19, 2024
1 parent c2e217c commit 5eecafd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
node_modules

# generated content
.map.ts
.contentlayer

# test & build
Expand Down
4 changes: 4 additions & 0 deletions .map.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** Auto-generated **/
declare const map: Record<string, unknown>

export { map }

0 comments on commit 5eecafd

Please sign in to comment.