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

Commit4e11720

Browse files
committed
Tweaks
1 parentdc84613 commit4e11720

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎setup/symfony_server.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,26 +280,26 @@ server provides a ``run`` command to wrap them as follows:
280280
Configuring Workers
281281
-------------------
282282

283-
If you like processes to start automatically, along with the webserver
284-
(``symfony server:start``),you canadd a configuration file to your project:
283+
If you likesomeprocesses to start automatically, along with the webserver
284+
(``symfony server:start``), add a configuration file to your project:
285285

286286
..code-block::yaml
287287
288288
# .symfony.local.yaml
289289
workers:
290-
#pre-defined commandto build andwatch front-end assets
290+
#built-in commandthat builds andwatches front-end assets
291291
# yarn_encore_watch:
292292
# cmd: ['yarn', 'encore', 'dev', '--watch']
293293
yarn_encore_watch:~
294294
295-
#pre-defined commandto start messenger consumer
295+
#built-in commandthat starts messenger consumer
296296
# messenger_consume_async:
297297
# cmd: ['symfony', 'console', 'messenger:consume', 'async']
298298
# watch: ['config', 'src', 'templates', 'vendor']
299299
messenger_consume_async:~
300300
301-
#additional commands
302-
spa:
301+
#you can also add your own custom commands
302+
build_spa:
303303
cmd:['yarn', '--cwd', './spa/', 'dev']
304304
305305
Docker Integration

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp