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

Commit1a39931

Browse files
authored
fix: correct localhost url in dev webpack (#2098)
1 parent318e979 commit1a39931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/webpack.dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const config: Configuration = {
6363
port:process.env.PORT||8080,
6464
proxy:{
6565
"/api":{
66-
target:"https://dev.coder.com",
66+
target:"http://localhost:3000",
6767
ws:true,
6868
secure:false,
6969
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp