Skip to content

Conversation

@ts5-25
Copy link
Contributor

@ts5-25 ts5-25 commented Dec 25, 2023

npm run devで自動的にbackendが立ち上がるようにした。

@render
Copy link

render bot commented Dec 25, 2023

"setup:env": "cp .env.sample .env",
"setup:ci": "npm ci",
"dev": "vite",
"dev": "vite & npm run backend:dev",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここに書くよりもrootにあるpackage.jsonに書く方が自然かも?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

後、最近分かったけどこれやるとバックエンドの終了が不可能になることがあるからやめたほうがよいかも。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants