Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BekhUriy committed Nov 9, 2023
1 parent 0977d4d commit 73067a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "vanilla-app-template",
"name": "Bookshelf",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --base=/vanilla-app-template/",
"build": "vite build --base=/Bookshelf/",
"preview": "vite preview"
},
"devDependencies": {
Expand All @@ -18,4 +18,4 @@
"vite-plugin-full-reload": "^1.0.5",
"vite-plugin-html-inject": "^1.0.1"
}
}
}

0 comments on commit 73067a1

Please sign in to comment.