Skip to content

Commit

Permalink
chore: undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Oct 24, 2023
1 parent b4650e5 commit d9f47c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/trpc-app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"targets": {
"build": {
"dependsOn": ["^build"],
"executor": "@analogjs/platform:vite",
"executor": "@nx/vite:build",
"outputs": [
"{options.outputPath}",
"{workspaceRoot}/dist/apps/trpc-app/.nitro",
Expand All @@ -29,7 +29,7 @@
}
},
"serve": {
"executor": "@analogjs/platform:vite-dev-server",
"executor": "@nx/vite:dev-server",
"defaultConfiguration": "development",
"options": {
"buildTarget": "trpc-app:build",
Expand Down Expand Up @@ -67,7 +67,7 @@
}
},
"test": {
"executor": "@analogjs/platform:vitest",
"executor": "@nx/vite:test",
"outputs": ["{projectRoot}/coverage"]
}
},
Expand Down
1 change: 0 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"resolveJsonModule": true,
"paths": {
"@analogjs/astro-angular": ["packages/astro-angular/src/index.ts"],
"@analogjs/content": ["packages/content/src/index.ts"],
Expand Down

0 comments on commit d9f47c2

Please sign in to comment.