From 53b069f242205642b9fbd281c82ec63b84f969bd Mon Sep 17 00:00:00 2001 From: ArraysID Date: Sat, 26 Apr 2025 22:51:49 +0700 Subject: [PATCH] feat: remove unused tw-animate-css import --- apps/landing/src/styles/globals.css | 1 - package.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/landing/src/styles/globals.css b/apps/landing/src/styles/globals.css index 6657941..6756676 100644 --- a/apps/landing/src/styles/globals.css +++ b/apps/landing/src/styles/globals.css @@ -1,4 +1,3 @@ @import 'tailwindcss'; -@import "tw-animate-css"; @import "../../../../libs/shadcn-ui/src/index.css"; @source "../../../../libs/shadcn-ui/src/atoms/**/*.{ts,tsx}"; diff --git a/package.json b/package.json index 065a580..a02c205 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "dimentorin:prod": "serve ./dist/apps/dimentorin", "landing:dev": "nx serve landing", "landing:build": "nx build landing", + "landing:prod": "cd ./dist/apps/landing && npx next start", "ui:test": "nx test ui", "ui:build": "nx build ui", "ui:storybook": "nx storybook ui"