diff --git a/apps/cli/main.py b/apps/cli/main.py index e1a45b45..5ed907db 100644 --- a/apps/cli/main.py +++ b/apps/cli/main.py @@ -1,4 +1,17 @@ --- a/apps/cli/main.py +@@ -10,7 +10,7 @@ + import os + import subprocess + +-def build_project(): ++def clean_build_artifacts(): + try: + # Clean up previous build artifacts +- subprocess.run(['npm', 'run', 'clean'], check=True) ++ subprocess.run(['rm', '-rf', '.build'], check=True) + print("Build artifacts cleaned successfully.") + except subprocess.CalledProcessError as e: + print(f"Failed to clean build artifacts: {e}") @@ -30,7 +30,8 @@ def api_get(): response = requests.get('https://api.example.com/data') data = response.json() diff --git a/lib/offline/precacheRoutes.ts b/lib/offline/precacheRoutes.ts index ad15ed0b..1ef1f8ec 100644 --- a/lib/offline/precacheRoutes.ts +++ b/lib/offline/precacheRoutes.ts @@ -1,5 +1,6 @@ /** * Auto-generated precache routes manifest. + * Last Generated: 2026-08-10T01:13:20.078Z * Last Generated: 2026-08-10T01:04:50.024Z */ export const PRECACHE_ROUTES: string[] = [ diff --git a/public/sw.js b/public/sw.js index ed596470..77f021b6 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,11 +1,13 @@ /** * CryptoViz Service Worker (Auto-Generated Precache) + * Last Generated: 2026-08-10T01:13:20.078Z * Last Generated: 2026-08-10T01:04:50.024Z * * NOTE: This file is automatically generated by scripts/generate-sw-precache.mjs during build. * To update precached routes manually, run: npm run generate:sw or modify scripts/generate-sw-precache.mjs. */ +const CACHE_NAME = 'cryptoviz-v1786324400078'; const CACHE_NAME = 'cryptoviz-v1786323890024'; const PRECACHE_URLS = [ "/",