We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d5e87 commit caf0a30Copy full SHA for caf0a30
packages/react-scripts/lib/react-app.d.ts
@@ -4,8 +4,8 @@
4
5
declare namespace NodeJS {
6
interface ProcessEnv {
7
- NODE_ENV: 'development' | 'production' | 'test'
8
- PUBLIC_URL: string
+ NODE_ENV: 'development' | 'production' | 'test';
+ PUBLIC_URL: string;
9
}
10
11
0 commit comments