mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 23:49:31 +08:00
4 lines
No EOL
239 B
Text
4 lines
No EOL
239 B
Text
// 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}`; |