Files
api/api/configs/pkg.config.json
2024-12-02 15:20:43 -05:00

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"
}