Skip to content

Commit ec3704e

Browse files
committed
only ignore .tanstack-start/build
1 parent 4bdb28d commit ec3704e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/documents.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ async function fetchApiContentsFs(
423423
'.DS_Store',
424424
'.nitro',
425425
'.vinxi',
426-
'.tanstack-start',
426+
'.tanstack-start/build',
427427
]
428428

429429
async function getContentsForPath(

0 commit comments

Comments
 (0)