first commit
initialized project updated theme addaptive svg icons defined project structure
This commit is contained in:
11
app/vite.config.ts
Normal file
11
app/vite.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
port: 8200,
|
||||
host: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user