chore: remove deprecated files including deployment scripts, localization, and CI configurations
All checks were successful
GBCI / build (push) Successful in 1m4s
All checks were successful
GBCI / build (push) Successful in 1m4s
This commit is contained in:
parent
c6ddaa8ec9
commit
30460100d9
1 changed files with 1 additions and 1 deletions
2
boot.mjs
2
boot.mjs
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
process.stdout.write(`General Bots VM: node@${process.version.replace('v', '')}, ${process.platform} ${process.arch} `);
|
||||
process.stdout.write(`General Bots 5 VM: node@${process.version.replace('v', '')}, ${process.platform} ${process.arch} `);
|
||||
|
||||
import fs from 'fs/promises';
|
||||
import os from 'node:os';
|
||||
|
|
Loading…
Add table
Reference in a new issue