Skip to content

Commit fd7a52a

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

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
@@ -135,7 +135,7 @@ if (existsSync(outdir)) {
135135
const start = performance.now();
136136

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

0 commit comments

Comments
 (0)