Skip to content

Commit

Permalink
website: ensure templates dir exists
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Oct 21, 2023
1 parent 3ebee74 commit a4fb9e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default defineConfig( {
let files = [];
try {
files = await readdir(templateDir);
files = files.filter(file => !file.startsWith('.'));
} catch(e) {
// ignore
}
Expand Down
Empty file.

0 comments on commit a4fb9e4

Please sign in to comment.