UNPKG
@better-auth-kit/tests
Version:
latest (0.2.0)
0.2.0
0.1.6
0.1.3
0.1.2
0.1.1
0.1.0
A collection of utilities to help you test your Better-Auth plugins.
@better-auth-kit/tests
/
build-dev.ts
5 lines
(3 loc)
•
113 B
text/typescript
View Raw
1
2
3
4
5
import
{ buildDev }
from
"@better-auth-kit/internal-build"
;
import
{ config }
from
"./build"
;
buildDev
(config);