- Move Astro files from dealplustech-astro/ to project root - Update Dockerfile: PORT environment variable (default 80) - Add vite.config.ts with allowedHosts: true - Matches nixpacks behavior for Easypanel deployment - No hardcoded ports or domains
9 lines
232 B
TypeScript
9 lines
232 B
TypeScript
/**
|
|
* @param {URL | string} path
|
|
* File URL.
|
|
* @returns {string}
|
|
* File URL.
|
|
*/
|
|
export function urlToPath(path: URL | string): string;
|
|
export { isUrl } from "./minurl.shared.js";
|
|
//# sourceMappingURL=minurl.browser.d.ts.map
|