这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

yes just about 5 minutes ago:

to run a single app

turbo run start --filter=./apps/intranet

to run all aps:

turbo run start --filter=./apps/*

and in turbo.json u need to add the start script:

    "start": {
      "cache": true,
      "persistent": true
    }

this will run the script "start" in every app that u have in apps which had a start script like "next start".
Hope this helps anyone!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gustavoOchoa
Comment options

Answer selected by anthonyshew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants