mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
more shims, path, crypto, url
This commit is contained in:
6
shims/path.js
Normal file
6
shims/path.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// Path shim - delegates to path-browserify (bundled via esbuild alias)
|
||||
// Configured for posix mode since vault paths are normalized to forward slashes.
|
||||
|
||||
import pathBrowserify from 'path';
|
||||
|
||||
export const pathShim = pathBrowserify;
|
||||
Reference in New Issue
Block a user