constants.d.ts 276 B

12345678
  1. /**
  2. * https://github.com/vitejs/vite/blob/main/packages/vite/src/node/constants.ts
  3. */
  4. /**
  5. * Prefix for resolved fs paths, since windows paths may not be valid as URLs.
  6. */
  7. export declare const FS_PREFIX = "/@fs/";
  8. export declare const CLIENT_PUBLIC_PATH = "/@vite/client";