Skip to content

Commit 8adc431

Browse files
committed
run precommit fixes
1 parent 0080634 commit 8adc431

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@
8383
"engines": {
8484
"node": ">=22"
8585
}
86-
}
86+
}

src/ui/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ASSET_PREFIX=https://neuralmagic.github.io/ui/dev
22
BASE_PATH=/ui/dev
3-
NEXT_PUBLIC_USE_MOCK_API=true
3+
NEXT_PUBLIC_USE_MOCK_API=true

src/ui/.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ASSET_PREFIX=https://neuralmagic.github.io/ui/latest
22
BASE_PATH=/ui/latest
3-
NEXT_PUBLIC_USE_MOCK_API=true
3+
NEXT_PUBLIC_USE_MOCK_API=true

src/ui/.env.staging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ASSET_PREFIX=https://neuralmagic.github.io/ui/release/latest
22
BASE_PATH=/ui/release/latest
3-
NEXT_PUBLIC_USE_MOCK_API=true
3+
NEXT_PUBLIC_USE_MOCK_API=true

0 commit comments

Comments
 (0)