Skip to content

Commit

Permalink
chore: rename node packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jul 3, 2024
1 parent a4a4653 commit 8a7bd19
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 384 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/web/components/Application/src/AppLogo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { computed, toRefs, withDefaults } from "vue";
import { computed, toRefs } from "vue";
import { PageConstants, RouterTransitionConstants } from "@celeris/constants";
import { useRouter } from "vue-router";
import { logoImage } from "@celeris/assets";
Expand Down
426 changes: 44 additions & 382 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- "packages/node/*"
- "packages/shared/*"
- "packages/web/*"
- "packages/ai/**"
- "apps/*"
Expand Down

0 comments on commit 8a7bd19

Please sign in to comment.