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

4 lines
239 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
// 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}`;