mirror of
https://github.com/unraid/api.git
synced 2026-01-04 07:29:48 -06:00
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"assets": [
|
|
"./deploy/esbuild/*",
|
|
"src/**/*.graphql"
|
|
],
|
|
"targets": [
|
|
"node20-linux-arm64",
|
|
"node20-linux-x64"
|
|
],
|
|
"bin": "deploy/esbuild/index.js",
|
|
"outputPath": "./deploy/pre-pack"
|
|
} |