Skip to content

Commit

Permalink
chore: disableHTTPCache for dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed Apr 22, 2024
1 parent 0b8fa13 commit a3970ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "concurrently \"npm run server\" \"npm run server:tailwind --watch\"",
"build": "hugo --logLevel info --source=exampleSite --themesDir ../.. --gc",
"build:preview": "hugo --logLevel info --source=exampleSite --themesDir ../.. -D --gc",
"server": "hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender",
"server": "hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender --noHTTPCache",
"server:production": "hugo server --source=exampleSite --themesDir ../.. --disableFastRender -e production",
"server:tailwind": "npx tailwindcss --watch -i ./assets/css/tailwind.css -o ./assets/css/main.css",
"algolia": "atomic-algolia",
Expand Down

0 comments on commit a3970ec

Please sign in to comment.