Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Jul 20, 2023
1 parent f9e8d42 commit cbd5ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export async function build(ssgOptions: Partial<ViteReactSSGOptions> = {}, viteC

const queue = new PQueue({ concurrency })

for (let route of routesPaths) {
for (const route of routesPaths) {
console.log('🚀 ~ file: build.ts:132 ~ build ~ routesPaths:', routesPaths)
queue.add(async () => {
try {
Expand Down

0 comments on commit cbd5ba1

Please sign in to comment.