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 0080634 commit 8adc431Copy full SHA for 8adc431
package.json
@@ -83,4 +83,4 @@
83
"engines": {
84
"node": ">=22"
85
}
86
-}
+}
src/ui/.env.development
@@ -1,3 +1,3 @@
1
ASSET_PREFIX=https://neuralmagic.github.io/ui/dev
2
BASE_PATH=/ui/dev
3
-NEXT_PUBLIC_USE_MOCK_API=true
+NEXT_PUBLIC_USE_MOCK_API=true
src/ui/.env.production
ASSET_PREFIX=https://neuralmagic.github.io/ui/latest
BASE_PATH=/ui/latest
src/ui/.env.staging
ASSET_PREFIX=https://neuralmagic.github.io/ui/release/latest
BASE_PATH=/ui/release/latest
0 commit comments