fix: routing
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"version": "1.0.0",
|
||||
"description": "BookStore - Discover and buy your next favorite book",
|
||||
"scripts": {
|
||||
"start": "serve -s . -l ${PORT:-3000}",
|
||||
"serve": "serve -s . -l 3000"
|
||||
"start": "serve . -l ${PORT:-3000}",
|
||||
"serve": "serve . -l 3000"
|
||||
},
|
||||
"dependencies": {
|
||||
"serve": "^14.2.4"
|
||||
|
||||
Reference in New Issue
Block a user