mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
fix: type as module
This commit is contained in:
parent
2d8c26f156
commit
234530ed60
6 changed files with 12 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
import { create } from 'logplease';
|
||||
import { parse, satisfies, rcompare } from 'semver';
|
||||
import config from './config';
|
||||
import { platform } from './globals';
|
||||
import config from './config.js';
|
||||
import { platform } from './globals.js';
|
||||
import { readFileSync, existsSync } from 'fs';
|
||||
import { join } from 'path';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue