revert(dev): フロントエンド・バックエンドを分離する開発モードを廃止
(cherry picked from commit 35104d87d5174a080143d3604e50bbef974ab04e) Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
parent
eda6d6f455
commit
d18599458c
9 changed files with 14 additions and 240 deletions
|
@ -64,7 +64,7 @@ execa('pnpm', ['--filter', 'backend', 'dev'], {
|
|||
stderr: process.stderr,
|
||||
});
|
||||
|
||||
execa('pnpm', ['--filter', 'frontend', process.env.MK_DEV_PREFER === 'backend' ? 'watch' : 'dev'], {
|
||||
execa('pnpm', ['--filter', 'frontend', 'watch'], {
|
||||
cwd: _dirname + '/../',
|
||||
stdout: process.stdout,
|
||||
stderr: process.stderr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue