This website works better with JavaScript.
Home
Explore
Help
Sign In
topuser
/
nuxt4-demo
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
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.
15
Commits
4
Branches
1
Tag
1.4 MiB
TypeScript
53.9%
Vue
43.6%
JavaScript
2.3%
Shell
0.2%
Tree:
ba28a7c321
feat/auth-access-control
feat/auth-user
feat/multitenant-hub
main
pure-sql-nuxt4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ba28a7c321'
${ noResults }
nuxt4-demo
/
server
/
plugins
/
04.redis.ts
5 lines
103 B
Raw
Blame
History
import
{
getRedis
}
from
"../utils/redis"
;
export
default
defineNitroPlugin
(
(
)
=
>
{
getRedis
(
)
;
}
)
;
Reference in new issue