Skip to content

Commit 4eff058

Browse files
committed
chore: Build from pages
1 parent fd7a52a commit 4eff058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const start = performance.now();
136136

137137
// Scan for all HTML files in the project
138138
const entrypoints = [...new Bun.Glob('**.html').scanSync('src/pages')]
139-
.map(a => path.resolve('src', a))
139+
.map(a => path.resolve('src', 'pages', a))
140140
.filter(dir => !dir.includes('node_modules'));
141141
console.log(`📄 Found ${entrypoints.length} HTML ${entrypoints.length === 1 ? 'file' : 'files'} to process\n`);
142142

0 commit comments

Comments
 (0)