Fix peertube runner build

pull/5917/head
Chocobozzz 2023-08-18 07:54:31 +02:00
parent 869c5c7b5c
commit 276f5fa24f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import * as esbuild from 'esbuild'
import { readFileSync } from 'fs'
const packageJSON = JSON.parse(readFileSync(new URL('../package.json', import.meta.url)))