astro-ghostcms/.pnpm-store/v3/files/1f/86725ffe37618297c8d4c6d7562...

4 lines
239 B
Plaintext

// 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}`;