remove public url in html

This commit is contained in:
2026-04-09 19:06:47 -05:00
parent 2313b37550
commit cf0dd009e6
2 changed files with 4 additions and 18 deletions

1
src/index.d.ts vendored
View File

@@ -1,7 +1,6 @@
declare namespace NodeJS {
interface ProcessEnv {
readonly NODE_ENV: 'development' | 'production' | 'test';
readonly PUBLIC_URL: string;
}
}