Skip to content

Commit

Permalink
chore: old package removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Feb 28, 2025
1 parent 1896e97 commit 404a60e
Show file tree
Hide file tree
Showing 42 changed files with 39 additions and 3,571 deletions.
1 change: 0 additions & 1 deletion apps/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"dependencies": {
"@neoconfetti/vue": "catalog:",
"@next-orders/core": "workspace:*",
"@next-orders/database": "workspace:*",
"@next-orders/ui": "workspace:*",
"@pinia/nuxt": "catalog:",
"ioredis": "catalog:",
Expand Down
8 changes: 0 additions & 8 deletions docker/.env.example

This file was deleted.

33 changes: 0 additions & 33 deletions docker/docker-compose.yml

This file was deleted.

2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export default antfu(
},
},
{
ignores: ['.github/**', 'packages/database/migrations/**'],
ignores: ['.github/**'],
},
)
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
},
"onlyBuiltDependencies": [
"@next-orders/core",
"@next-orders/database",
"@next-orders/ui",
"bcrypt",
"sharp"
Expand Down
9 changes: 0 additions & 9 deletions packages/core/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import { fileURLToPath } from 'node:url'

export default defineNuxtConfig({
modules: ['@nuxtjs/i18n', 'nuxt-auth-utils', '@vueuse/nuxt'],
routeRules: {
'/api/file/**': { prerender: false },
},
runtimeConfig: {
channelId: 'burger',
locale: 'en',
productsDirectory: '/products',
s3: {
Expand All @@ -18,12 +15,6 @@ export default defineNuxtConfig({
},
redisUrl: '',
},
nitro: {
preset: fileURLToPath(new URL('./server/preset.ts', import.meta.url)),
experimental: {
tasks: true,
},
},
vite: {
build: {
rollupOptions: {
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"@date-fns/tz": "catalog:",
"@dicebear/collection": "catalog:",
"@dicebear/core": "catalog:",
"@next-orders/database": "workspace:*",
"@nuxtjs/i18n": "catalog:",
"@paralleldrive/cuid2": "catalog:",
"@vueuse/core": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/server/api/auth/session.post.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createId } from '@next-orders/database'
import { createId } from '@paralleldrive/cuid2'

export default defineEventHandler(async (event) => {
try {
Expand Down
26 changes: 0 additions & 26 deletions packages/core/server/plugins/03.database.ts

This file was deleted.

20 changes: 0 additions & 20 deletions packages/core/server/preset.ts

This file was deleted.

18 changes: 0 additions & 18 deletions packages/core/server/tasks/db/migrate.ts

This file was deleted.

41 changes: 0 additions & 41 deletions packages/core/shared/utils/date.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/database/.env.example

This file was deleted.

8 changes: 0 additions & 8 deletions packages/database/build.config.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/database/drizzle.config.ts

This file was deleted.

Loading

0 comments on commit 404a60e

Please sign in to comment.