Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jul 8, 2022
1 parent dd123ea commit c5e019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/api-javascript.md
Expand Up @@ -141,7 +141,7 @@ import path from 'path'
import { fileURLToPath } from 'url'
import { build } from 'vite'
const __dirname = fileURLToPath(new URL('project', import.meta.url))
const __dirname = fileURLToPath(new URL('.', import.meta.url))
;(async () => {
await build({
Expand Down

0 comments on commit c5e019e

Please sign in to comment.