Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Jan 31, 2025
1 parent 71df5eb commit fc1cc2b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions apps/lp/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ export default defineNuxtConfig({
},
},

hub: {
analytics: true
},

nitro: {
prerender: {
crawlLinks: true,
Expand Down
2 changes: 1 addition & 1 deletion apps/shelve/server/services/teams.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { EnvironmentsService } from './environments'
import type { CreateTeamInput, DeleteTeamInput, Team, UpdateTeamInput } from '@types'
import { TeamRole } from '@types'
import { EnvironmentsService } from './environments'

export class TeamsService {

Expand Down
1 change: 0 additions & 1 deletion apps/vault/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default defineNuxtConfig({
},

hub: {
analytics: true,
kv: true,
},

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"packageManager": "[email protected]",
"workspaces": [
"packages/*",
"apps/*",
"."
"apps/*"
]
}
1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
packages:
- 'packages/*'
- 'apps/*'
- '.'

0 comments on commit fc1cc2b

Please sign in to comment.