mirror of https://github.com/Chocobozzz/PeerTube
Fix peertube runner build
parent
869c5c7b5c
commit
276f5fa24f
|
@ -1,4 +1,5 @@
|
||||||
import * as esbuild from 'esbuild'
|
import * as esbuild from 'esbuild'
|
||||||
|
import { readFileSync } from 'fs'
|
||||||
|
|
||||||
const packageJSON = JSON.parse(readFileSync(new URL('../package.json', import.meta.url)))
|
const packageJSON = JSON.parse(readFileSync(new URL('../package.json', import.meta.url)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue