Skip to content

Commit

Permalink
fix(windows): fix build script on windows (withastro#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Mar 18, 2022
1 parent 6386c14 commit 910cae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapi/run/build.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { rollup } from 'rollup'
import { nodeResolve } from '@rollup/plugin-node-resolve'
import { posix as path } from 'node:path'
import path from 'node:path'
import { createRequire } from 'node:module'
import {
readFile as nodeReadFile,
Expand Down

0 comments on commit 910cae3

Please sign in to comment.