Skip to content

Commit

Permalink
Merge pull request anIcedAntFA#2 from lazarus2019/feat/config-port-se…
Browse files Browse the repository at this point in the history
…rver

feat: add config port server
  • Loading branch information
anIcedAntFA authored Jun 18, 2024
2 parents 432a1e3 + 9e83cad commit f550294
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react-swc';

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
server: {
port: 3000,
},
});

0 comments on commit f550294

Please sign in to comment.