File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2929 node-version : 20
3030 cache : ' pnpm'
3131 registry-url : " https://npm.pkg.github.com"
32- scope : " @imrim12 "
32+ scope : " @thecodeorigin "
3333
3434 - name : Install dependencies
3535 run : pnpm install
Original file line number Diff line number Diff line change 1- @imrim12 :registry = https://npm.pkg.github.com/
1+ @thecodeorigin :registry = https://npm.pkg.github.com/
22auto-install-peers = true
33shamefully-hoist = true
44package-manager-strict = false
Original file line number Diff line number Diff line change 11import type { RouteLocationRaw } from 'vue-router'
22import type { Arrayable } from '@vueuse/core'
33import type { Page } from 'puppeteer'
4- import type { Actions , Subjects } from '@base/utils /casl'
4+ import type { Actions , Subjects } from '~/stores /casl'
55import type { NavGroupType , NavItem } from '@base/@layouts/types'
66import type { z } from 'zod'
77import type { selectSysUserSchema } from './server/db/schemas'
Original file line number Diff line number Diff line change 1- import eslint from '@imrim12 /eslint-config'
1+ import eslint from '@thecodeorigin /eslint-config'
22import withNuxt from './.nuxt/eslint.config.mjs'
33
44export default withNuxt (
Original file line number Diff line number Diff line change 11import type { RouteLocationRaw } from 'vue-router'
22import type { Arrayable } from '@vueuse/core'
3- import type { Actions , Subjects } from './app/utils /casl'
3+ import type { Actions , Subjects } from './app/stores /casl'
44import type { NavGroupType , NavItem } from './app/@base/@layouts/types'
55
66declare module '#app' {
Original file line number Diff line number Diff line change 11{
2- "name" : " @imrim12 /base" ,
2+ "name" : " @thecodeorigin /base" ,
33 "type" : " module" ,
44 "version" : " 1.3.11" ,
55 "publishConfig" : {
88 },
99 "packageManager" : " pnpm@9.12.1" ,
1010 "author" : " thecodeorigin <contact@thecodeorigin.com>" ,
11- "homepage" : " https://github.com/imrim12 /nuxt-template" ,
11+ "homepage" : " https://github.com/thecodeorigin /nuxt-template" ,
1212 "repository" : {
1313 "type" : " git" ,
14- "url" : " git+ssh://git@github.com/imrim12 /nuxt-template.git" ,
14+ "url" : " git+ssh://git@github.com/thecodeorigin /nuxt-template.git" ,
1515 "directory" : " "
1616 },
1717 "exports" : {
7171 "@iconify/tools" : " 4.0.4" ,
7272 "@iconify/utils" : " 2.1.23" ,
7373 "@iconify/vue" : " 4.1.1" ,
74- "@imrim12 /eslint-config" : " workspace:*" ,
74+ "@thecodeorigin /eslint-config" : " workspace:*" ,
7575 "@ngneat/falso" : " ^7.2.0" ,
7676 "@nuxt/eslint" : " ^0.5.7" ,
7777 "@nuxt/fonts" : " ^0.9.2" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " @imrim12 /eslint-config" ,
2+ "name" : " @thecodeorigin /eslint-config" ,
33 "type" : " module" ,
44 "version" : " 1.0.1" ,
55 "publishConfig" : {
88 },
99 "packageManager" : " pnpm@9.4.0" ,
1010 "author" : " thecodeorigin <contact@thecodeorigin.com>" ,
11- "homepage" : " https://github.com/imrim12 /nuxt-template" ,
11+ "homepage" : " https://github.com/thecodeorigin /nuxt-template" ,
1212 "repository" : {
1313 "type" : " git" ,
14- "url" : " git+ssh://git@github.com/imrim12 /nuxt-template.git" ,
14+ "url" : " git+ssh://git@github.com/thecodeorigin /nuxt-template.git" ,
1515 "directory" : " "
1616 },
1717 "main" : " ./index.mjs" ,
You can’t perform that action at this time.
0 commit comments