Skip to content

Commit

Permalink
checking environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jewpaltz committed Feb 29, 2024
1 parent cec562e commit be56db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createRouter, createWebHistory } from 'vue-router'
import { routes } from 'vue-router/auto-routes'


console.log(`import.meta.env.BASE_URL: ${import.meta.env.BASE_URL}`)
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
routes: routes
Expand Down

0 comments on commit be56db1

Please sign in to comment.