feat: setup

This commit is contained in:
Maulana Sodiqin
2025-03-13 22:29:56 +07:00
parent 4ec41164f8
commit 28849e30b0
15 changed files with 606 additions and 7 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'])],