fix(core): Migrate file I/O to @push.rocks/smartfs, adopt TC39 decorators v3 accessor in web components, and update docs/tests
This commit is contained in:
@@ -2,5 +2,5 @@ import * as plugins from './plugins.js';
|
||||
import * as paths from './paths.js';
|
||||
|
||||
export const getBundleAsString = async () => {
|
||||
return plugins.smartfile.fs.toStringSync(paths.bundleFile);
|
||||
return plugins.smartfs.file(paths.bundleFile).encoding('utf8').read();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user