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

feat: allow theserver option to beFunction#5275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
alexander-akait merged 10 commits intomasterfromfix-dev-server-false
Sep 3, 2024

Conversation

@alexander-akait
Copy link
Member

@alexander-akaitalexander-akait commentedAug 20, 2024
edited
Loading

  • This is abugfix
  • This is afeature
  • This is acode refactor
  • This is atest update
  • This is adocs update
  • This is ametadata update

For Bugs and Features; did you add new tests?

will be later

Motivation / Use-Case

#5258
#4741

Breaking Changes

No

Additional Info

No

/cc@ckken

Configuration:

module.exports={name:"app",devtool:false,target:"web",entry:"./src/index.js",mode:"development",devServer:{setupMiddlewares:(_,devServer)=>[{name:"webpack-dev-middleware",middleware:require("webpack-dev-middleware").honoWrapper(devServer.compiler),},{name:"static",middleware:require('@hono/node-server/serve-static')({root:'./public'}),},],app:()=>new(require("hono").Hono)(),server:(_,app)=>require("@hono/node-server").serve(app),},}

There are still some things need to solve, but locally works fine

Hajime-san reacted with thumbs up emojixavierfoucrier reacted with eyes emoji
@alexander-akaitalexander-akait changed the titleFix dev server falsefeat: allow theserver option to beFunctionAug 21, 2024
@ckkenckken mentioned this pull requestAug 22, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@hiroppyhiroppyAwaiting requested review from hiroppy

@snitin315snitin315Awaiting requested review from snitin315

@anshumanvanshumanvAwaiting requested review from anshumanv

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@alexander-akait

[8]ページ先頭

©2009-2025 Movatter.jp