Skip to content

Commit

Permalink
add env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 27, 2024
1 parent 180ab2d commit a894ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Service.
VITE_SERVICE_NAME=replace-me
3 changes: 1 addition & 2 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import fruit from "./fruit"
import general from "./general"
import paths from "./paths"

const routes = (
<>
Expand All @@ -10,4 +9,4 @@ const routes = (
)

export default routes
export { paths }
export { default as paths } from "./paths"

0 comments on commit a894ff5

Please sign in to comment.