UNPKG
@camoflage/http
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Easily mock your webservices while testing frontends.
testinggospels.github.io/camoflage-docs/
@camoflage/http
/
vite.config.mts
10 lines
(8 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ defineConfig }
from
'vitest/config'
export
default
defineConfig
({
resolve
: {
alias
: {
'@'
: __dirname +
'/src'
, }, }, })