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'])],
+1 -1
View File
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/src/styles.css" />
<link rel="stylesheet" href="/src/index.css" />
</head>
<body>
<div id="root"></div>
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 511 KiB

-1
View File
@@ -1 +0,0 @@
/* You can add global styles to this file, and also import other style files */
+2 -2
View File
@@ -8,11 +8,11 @@ export default defineConfig(() => ({
root: __dirname,
cacheDir: '../../node_modules/.vite/apps/gacha',
server: {
port: 4200,
port: 3000,
host: 'localhost',
},
preview: {
port: 4300,
port: 3001,
host: 'localhost',
},
plugins: [react(), nxViteTsPaths(), nxCopyAssetsPlugin(['*.md'])],