mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-14 04:25:35 +01:00
First Commit
This commit is contained in:
14
next.config.mjs
Normal file
14
next.config.mjs
Normal file
@@ -0,0 +1,14 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
/*async rewrites() {
|
||||
return [
|
||||
{
|
||||
source: "/ws/",
|
||||
destination: `http://localhost:5057/`,
|
||||
},
|
||||
]
|
||||
},*/
|
||||
}
|
||||
|
||||
export default nextConfig
|
||||
Reference in New Issue
Block a user