mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
fix(website): fix base url
This commit is contained in:
parent
eafad4dfd1
commit
e80274b61a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"dev": "pnpm run wasm-dev && concurrently 'vite' 'cd .. && cargo watch --workdir website -s \"pnpm run wasm-dev\"'",
|
||||
"wasm-dev": "wasm-pack build --out-dir ../../npm/wasm-web --target web --dev --scope oxc ../crates/oxc_wasm",
|
||||
"build": "pnpm run wasm-build && vite build --base=https://boshen.github.io/oxc/",
|
||||
"build": "pnpm run wasm-build && vite build --base=https://web-infra-dev.github.io/oxc/",
|
||||
"wasm-build": "wasm-pack build --out-dir ../../npm/wasm-web --target web --release --scope oxc ../crates/oxc_wasm"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue