This website works better with JavaScript.
Explore
Help
Register
Sign In
HackXlbef
/
FreeBug
Watch
1
Star
0
Fork
You've already forked FreeBug
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54
Commits
2
Branches
0
Tags
14 MiB
Tag:
Branch:
Tree:
43b82377e9
main
manzilcheck
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '43b82377e9'
${ noResults }
FreeBug
/
frontend
/
edu-connect
/
next.config.mjs
5 lines
92 B
Raw
Normal View
History
Unescape
Escape
initial fronted commit
6 months ago
/** @type {import('next').NextConfig} */
const
nextConfig
=
{
}
;
export
default
nextConfig
;