Skip to content

Commit

Permalink
re-add index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kreddlear committed Feb 4, 2025
1 parent c189e6f commit eb333e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/include/zapierwrapper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// not intended to be loaded via require() - copied during build step
import path from 'node:path';
import zapier from 'zapier-platform-core';

const appPath = process.cwd();
const appPath = path.resolve(process.cwd(), 'index.js');

export const handler = zapier.createAppHandler(appPath);

0 comments on commit eb333e9

Please sign in to comment.