Skip to content

Commit

Permalink
engine-server.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jul 20, 2023
1 parent 7949732 commit daa7240
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion call.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const { call } = require('./imports/engine.cjs');
const { call } = require('./imports/engine-server.cjs');

const DEEPLINKS_CALL_OPTIONS = process.env.DEEPLINKS_CALL_OPTIONS || '{ "operation": "run" }';

Expand Down
File renamed without changes.

0 comments on commit daa7240

Please sign in to comment.