Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SophiaZhab committed Jan 2, 2025
1 parent 9defb35 commit 39ee7b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"start": "node index.js"
},
"dependencies": {
"@tomtom-international/web-sdk-maps": "^6.25.0",
Expand Down
2 changes: 1 addition & 1 deletion src/services/app-storage.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as localforage from 'localforage'
import localforage from 'localforage'

import type {LocalForage} from '@/models'
import {APP_NAME} from '@/constants'
Expand Down

0 comments on commit 39ee7b6

Please sign in to comment.