This is a template for a web app with Next.js.
# run development server
turbo dev --filter next
# build workspace
turbo build --filter next
# run preview server
turbo preview --filter next
# lint workspace
turbo lint --filter next
# test workspace with type check
turbo test:types --filter next
Note More information about filtering: https://turborepo.org/docs/core-concepts/filtering