Skip to content

Commit 616f89e

Browse files
feat: Implement core API management features including database schema, RBAC, environments, and request editors.
1 parent 0cee2b0 commit 616f89e

17 files changed

Lines changed: 2871 additions & 194 deletions

File tree

electron.vite.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default defineConfig({
1717
}
1818
},
1919
plugins: [react(), tailwindcss()],
20-
server: {
21-
port: 4174
22-
}
20+
// server: {
21+
// port: 4174
22+
// }
2323
}
2424
})

0 commit comments

Comments
 (0)