Skip to content

Instantly share code, notes, and snippets.

@ZackDeRose
Created January 26, 2023 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZackDeRose/ee7ffdc28fb9ae9aa611e81d5a65907c to your computer and use it in GitHub Desktop.
Save ZackDeRose/ee7ffdc28fb9ae9aa611e81d5a65907c to your computer and use it in GitHub Desktop.
{
"name": "test-web",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/test-web/src",
"projectType": "application",
"targets": {
// ...
"serve-fullstack": {
"executor": "@nx-trpc-example/plugin:serve-fullstack",
"options": {
"frontendProject": "test-web",
"backendProject": "test-server"
}
}
},
"tags": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment