UNPKG
@thunderstorefront/api-mock
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Create Nuxt extendable layer with this GitHub template.
@thunderstorefront/api-mock
/
server
/
mocks
/
index.ts
10 lines
(9 loc)
•
234 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
'./common'
;
export
*
from
'./cart'
;
export
*
from
'./checkout'
;
export
*
from
'./customer'
;
export
*
from
'./page'
;
export
*
from
'./review'
;
export
*
from
'./route'
;
export
*
from
'./wishlist'
;
export
*
from
'./store'
;