Skip to content

Commit

Permalink
just start
Browse files Browse the repository at this point in the history
  • Loading branch information
qualityshepherd committed Aug 9, 2024
1 parent b666a96 commit e6018e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
"pretty": "standard --fix",
"pack": "webpack",
"purge": "curl -X POST \"https://api.cloudflare.com/client/v4/zones/$BRINE_TOKEN/purge_cache\" -H \"Authorization: Bearer $BEARER\" -H \"Content-Type: application/json\" --data '{\"purge_everything\":true}'",
"start": "npm run pack",
"server": "http-server -p 4242",
"restart": "npm start; npm run server"
"start": "npm run pack; npm run server"
},
"dependencies": {
"@babel/plugin-transform-object-rest-spread": "^7.22.15",
Expand Down
Loading

0 comments on commit e6018e6

Please sign in to comment.