fix: admin dashboard bugs (#74)

This commit is contained in:
Joel Jacob Stephen
2023-04-07 03:23:55 +05:30
committed by GitHub
parent a33337ae0c
commit e54f837b83
8 changed files with 54 additions and 24 deletions

View File

@@ -11,9 +11,9 @@ import path from 'path';
// https://vitejs.dev/config/
export default defineConfig({
envDir: path.resolve(__dirname, "../../"),
envDir: path.resolve(__dirname, '../../'),
server: {
port: 3000,
port: 3100,
},
resolve: {
alias: {