fix: libs cannot apply style

This commit is contained in:
Maulana Sodiqin
2025-03-16 00:05:17 +07:00
parent 4ec41164f8
commit 5c5faaf8a1
12 changed files with 678 additions and 11 deletions
+2 -2
View File
@@ -8,11 +8,11 @@ export default defineConfig(() => ({
root: __dirname,
cacheDir: '../../node_modules/.vite/apps/dimentorin',
server: {
port: 4200,
port: 3000,
host: 'localhost',
},
preview: {
port: 4300,
port: 3001,
host: 'localhost',
},
plugins: [react(), nxViteTsPaths(), nxCopyAssetsPlugin(['*.md'])],