Skip to content

Commit

Permalink
fix(scan): make render-pages script work again
Browse files Browse the repository at this point in the history
The primary issue was that the path needed to be corrected to use an underscore instead of a dash. Secondarily I switched to using `esbuild-runner` instead of `ts-node` since it's way faster.
  • Loading branch information
eventualbuddha committed Mar 4, 2022
1 parent c00b62f commit 26a602e
Show file tree
Hide file tree
Showing 5 changed files with 281 additions and 7 deletions.
7 changes: 7 additions & 0 deletions esbuild-runner.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
type: "transform",
esbuild: {
// Any esbuild build or transform options go here
target: "es2019",
},
};
Loading

0 comments on commit 26a602e

Please sign in to comment.