Skip to content

Commit

Permalink
replaced 'servor' with 'http-server'
Browse files Browse the repository at this point in the history
  • Loading branch information
srdjan committed Jan 27, 2024
1 parent ac943ad commit 46729fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"inst:comp": "mkdir -p node_modules/react-multistep && cp -f ../build/** node_modules/react-multistep/",
"build:app": "esbuild app.js --bundle --format=cjs --outfile=./bundle.js --loader:.js=jsx",
"build": "npm run build:comp && npm run inst:comp && npm run build:app",
"start": "npm run build:app && npx serve"
"start": "npm run build:app && npx http-server ./ -p 3000"
},
"alias": {
"react": "./node_modules/react"
Expand Down

0 comments on commit 46729fa

Please sign in to comment.