ci / rust (push) Canceled after 0s
ci / web (push) Canceled after 0s
ci / package-preview (push) Canceled after 0s
ci / package-installer (push) Canceled after 0s
ci / linux-agent (push) Canceled after 0s
ci / edge-service (push) Canceled after 0s
ci / coturn-pop (push) Canceled after 0s
ci / package-windows-host (push) Canceled after 0s
11 lines
198 B
JavaScript
11 lines
198 B
JavaScript
import { build } from 'vite'
|
|
import { fileURLToPath } from 'node:url'
|
|
|
|
await build({
|
|
root: fileURLToPath(new URL('..', import.meta.url)),
|
|
configFile: false,
|
|
build: {
|
|
write: false,
|
|
},
|
|
})
|