mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: common: cloudfunc: migrate to ESM
This commit is contained in:
parent
a063353a27
commit
64654e8d5c
19 changed files with 78 additions and 88 deletions
|
|
@ -7,7 +7,7 @@ const test = require('supertape');
|
|||
const readFilesSync = require('@cloudcmd/read-files-sync');
|
||||
|
||||
const {time, timeEnd} = require(`../../common/util`);
|
||||
const CloudFunc = require('../../common/cloudfunc.js');
|
||||
const CloudFunc = require('../../common/cloudfunc.mjs');
|
||||
|
||||
const DIR = `${__dirname}/../../`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue