Skip to content

Commit 28946c9

Browse files
committed
chore: wip
1 parent f39d835 commit 28946c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.stacks/core/build/src/vue-components.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ export const vueComponentsConfig: ViteConfig = {
6464
// }
6565

6666
const appUrl = app.url
67-
const frontendUrl = appUrl
68-
const backendUrl = `api.${appUrl}/`
69-
const libraryUrl = `library.${appUrl}/`
70-
const docsUrl = `docs.${appUrl}/`
71-
const inspectUrl = `${appUrl}/__inspect/`
67+
const frontendUrl = `https://${appUrl}`
68+
const backendUrl = `https://api.${appUrl}`
69+
const libraryUrl = `https://libs.${appUrl}`
70+
const docsUrl = `https://docs.${appUrl}`
71+
const inspectUrl = `https://${appUrl}/__inspect/`
7272

7373
// eslint-disable-next-line no-console
7474
console.log(` ${c.green('➜')} ${c.bold('Frontend')}: ${c.green(frontendUrl)}`)

0 commit comments

Comments
 (0)