This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
portabase
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Portabase/portabase.git
synced
2026-07-14 11:16:13 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7ca905440cb1f56839bf1dbb752e20cfb7ecde20
portabase
/
instrumentation.ts
T
7 lines
80 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Working on settings Page. Adding init function on next.js startup.
2024-11-16 22:00:22 +01:00
import
{
init
}
from
"@/utils/init"
;
Patching some bugs.
2025-01-03 20:48:58 +01:00
export
function
register() {
init
();
Working on settings Page. Adding init function on next.js startup.
2024-11-16 22:00:22 +01:00
}
Reference in New Issue
Copy Permalink