1
0

add oauth

This commit is contained in:
2026-03-08 16:44:09 +09:00
parent b662aed0fb
commit bfa04c8286
4 changed files with 438 additions and 327 deletions

View File

@@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
base: '/',
plugins: [react()],
server: {
host: '127.0.0.1',
},
})