mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
fix: add ecosystem config
This commit is contained in:
@@ -31,6 +31,7 @@ try {
|
||||
await $`cp ./tsconfig.json ./deploy/pre-pack/tsconfig.json`;
|
||||
await $`cp ./unraid-api.js ./deploy/pre-pack/unraid-api.js`;
|
||||
await $`cp ./codegen.yml ./deploy/pre-pack/codegen.yml`;
|
||||
await $`cp ./ecosystem.config.json ./deploy/pre-pack/ecosystem.config.json`;
|
||||
|
||||
// Get package details
|
||||
const { name, version, ...rest } = await import('../package.json', {
|
||||
|
||||
Reference in New Issue
Block a user