Refactor: Rename NanoKVM to BatchuKVM and update server URL
This commit is contained in:
13
web/vite.config.ts
Normal file
13
web/vite.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import react from '@vitejs/plugin-react';
|
||||
import { defineConfig } from 'vite';
|
||||
import viteTsconfigPaths from 'vite-tsconfig-paths';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react(), viteTsconfigPaths()],
|
||||
server: {
|
||||
port: 3001
|
||||
},
|
||||
build: {
|
||||
chunkSizeWarningLimit: 1024
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user