dashboard: bring back cache busting for old script included assets
This commit is contained in:
@@ -5,5 +5,8 @@ set -eu
|
||||
echo "=> Set API origin"
|
||||
export VITE_API_ORIGIN="https://my.nebulon.space"
|
||||
|
||||
# only really used for prod builds to bust cache
|
||||
export VITE_CACHE_ID="develop"
|
||||
|
||||
echo "=> Run vite locally"
|
||||
npm run dev
|
||||
|
||||
Reference in New Issue
Block a user