diff --git a/api/main.go b/api/main.go index 81982dd6..0ed4eaee 100644 --- a/api/main.go +++ b/api/main.go @@ -4,7 +4,6 @@ import ( "fmt" "os" - _ "github.com/NdoleStudio/httpsms/docs" "github.com/NdoleStudio/httpsms/pkg/di" ) diff --git a/web/nuxt.config.js b/web/nuxt.config.js index bd28a0ff..3aa875de 100644 --- a/web/nuxt.config.js +++ b/web/nuxt.config.js @@ -153,5 +153,6 @@ export default { server: { port: 3000, + host: '0.0.0.0' }, } diff --git a/web/package.json b/web/package.json index 2eac5d2a..96097a97 100644 --- a/web/package.json +++ b/web/package.json @@ -35,6 +35,7 @@ "libphonenumber-js": "^1.10.49", "moment": "^2.29.4", "nuxt": "^2.17.2", + "@nuxt/bridge-edge": "latest", "nuxt-highlightjs": "^1.0.3", "ufo": "^1.1.2", "vue": "^2.7.15",