mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-12-01 22:14:45 +01:00
4 lines
239 B
TypeScript
4 lines
239 B
TypeScript
|
// Ignore the TypeScript errors
|
||
|
// Since this file will only be used in Deno runtime
|
||
|
export const processArgs = ['deno', 'cli'].concat(Deno.args);
|
||
|
export const platformInfo = `${Deno.build.os}-${Deno.build.arch} deno-${Deno.version.deno}`;
|