mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-16 06:24:33 +00:00
Converted to Vite since create-react-app is no longer being developed
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { TokenResponse } from "api/npm";
|
||||
import { TokenResponse } from "src/api/npm";
|
||||
|
||||
export const TOKEN_KEY = "authentications";
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { intl } from "locale";
|
||||
import { intl } from "src/locale";
|
||||
|
||||
const validateString = (minLength = 0, maxLength = 0) => {
|
||||
if (minLength <= 0 && maxLength <= 0) {
|
||||
|
Reference in New Issue
Block a user