diff --git a/packages/proxy-actions/README.md b/packages/proxy-actions/README.md index 74c69b3..3d1d0c8 100644 --- a/packages/proxy-actions/README.md +++ b/packages/proxy-actions/README.md @@ -36,7 +36,6 @@ Commands: For passing the provider URL and account key, you can use the environment variables `PROVIDER_URL` and `ACCOUNT_KEY` respectively. - ### License This package is licensed under the Apache 2.0 license. diff --git a/packages/proxy-actions/tsup.config.ts b/packages/proxy-actions/tsup.config.ts index ec21899..2792ee4 100644 --- a/packages/proxy-actions/tsup.config.ts +++ b/packages/proxy-actions/tsup.config.ts @@ -8,5 +8,5 @@ export default { target: 'node14', // Target a specific Node.js version for CLI outDir: 'dist', // Specify output directory for clarity clean: true, // Clean the output directory before building - noExternal: [] + noExternal: [], };