Skip to content

Commit

Permalink
fix: use consitent vite.config.js extension in book (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesoji authored Nov 13, 2024
1 parent 9cdc9ae commit f0ccff3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pwd # ~/examples/playground
touch vite.config.js
```

vite.config.ts の内容
vite.config.js の内容

```ts
import path from 'node:path'
Expand Down

0 comments on commit f0ccff3

Please sign in to comment.