UNPKG
@attributech/nuxt-drupal-utils
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Shared utilities for Nuxt 3 projects with Drupal backend
@attributech/nuxt-drupal-utils
/
dist
/
runtime
/
utils
/
index.js
5 lines
(4 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
export
{ getApiUrl }
from
"./getApiUrl.js"
;
export
{ getAppUrl }
from
"./getAppUrl.js"
;
export
{ getServerUrl }
from
"./getServerUrl.js"
;
export
{ getLagoonDevelopmentDomain }
from
"./getLagoonDevelopmentDomain.js"
;