mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
7 lines
233 B
JavaScript
7 lines
233 B
JavaScript
// 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;
|