fix: import js
This commit is contained in:
parent
80d5d2d027
commit
395b8a6ca7
|
@ -1,7 +1,7 @@
|
|||
import mime from "mime/lite";
|
||||
import path from "path";
|
||||
|
||||
import { trimPrefix } from "./string.ts";
|
||||
import { trimPrefix } from "./string.js";
|
||||
|
||||
/**
|
||||
* Get the file mime type. In case the type is not provided, try to guess the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { CustomClientOptions } from "../client.ts";
|
||||
import { CustomClientOptions } from "../client.js";
|
||||
|
||||
// TODO: Unnecessary, remove.
|
||||
/**
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import urljoin from "url-join";
|
||||
import parse from "url-parse";
|
||||
|
||||
import { trimSuffix } from "./string.ts";
|
||||
import { throwValidationError } from "./validation.ts";
|
||||
import { trimSuffix } from "./string.js";
|
||||
import { throwValidationError } from "./validation.js";
|
||||
|
||||
export const DEFAULT_S5_PORTAL_URL = "https://localhost:5522";
|
||||
|
||||
|
|
Loading…
Reference in New Issue