fix(core): update
This commit is contained in:
6
ts/helpers.ts
Normal file
6
ts/helpers.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import * as plugins from './plugins.js';
|
||||
import * as paths from './paths.js';
|
||||
|
||||
export const getBundleAsString = async () => {
|
||||
return plugins.smartfile.fs.toStringSync(paths.bundleFile);
|
||||
}
|
Reference in New Issue
Block a user