Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5609af5

Browse files
set api_url for npm packages
1 parent93cb2fd commit5609af5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
exportconstSERVER_HOST=`${REACT_APP_NODE_SERVICE_URL??""}`;
2-
exportconstNPM_REGISTRY_URL=`${SERVER_HOST}/node-service/api/npm/registry`;
3-
exportconstNPM_PLUGIN_ASSETS_BASE_URL=`${SERVER_HOST}/node-service/api/npm/package`;
1+
// export const SERVER_HOST = `${REACT_APP_NODE_SERVICE_URL ?? ""}`;
2+
// export const NPM_REGISTRY_URL = `${SERVER_HOST}/node-service/api/npm/registry`;
3+
// export const NPM_PLUGIN_ASSETS_BASE_URL = `${SERVER_HOST}/node-service/api/npm/package`;
4+
5+
exportconstSERVER_HOST=`${REACT_APP_API_SERVICE_URL??""}`;
6+
exportconstNPM_REGISTRY_URL=`${SERVER_HOST}/api/npm/registry`;
7+
exportconstNPM_PLUGIN_ASSETS_BASE_URL=`${SERVER_HOST}/api/npm/package`;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp