Aslemammad / qwik-pwa-example

Please head over to https://github.com/qwikdev/pwa
https://qwik-pwa-example.pages.dev/
17 stars 4 forks source link

Doesn't work with Qwik 1.3.0+ on Pages (CloudFlare build failure) #4

Open dejurin opened 8 months ago

dejurin commented 8 months ago

Works with all updated dependencies except for Qwik. The problems started with Qwik 1.3.0+, possibly using Qwik new sharp 0.33.2.

package.json

{
  "name": "my-qwik-basic-starter",
  "description": "Demo App with Routing built-in (recommended)",
  "engines": {
    "node": ">=15.0.0"
  },
  "private": true,
  "trustedDependencies": [
    "sharp"
  ],
  "scripts": {
    "build": "qwik build",
    "build.client": "vite build",
    "build.preview": "vite build --ssr src/entry.preview.tsx",
    "build.server": "vite build -c adapters/cloudflare-pages/vite.config.ts",
    "deploy": "wrangler pages publish ./dist",
    "dev": "vite --mode ssr",
    "dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
    "fmt": "prettier --write .",
    "fmt.check": "prettier --check .",
    "preview": "qwik build preview && vite preview",
    "serve": "wrangler pages dev ./dist",
    "start": "vite --open --mode ssr",
    "qwik": "qwik"
  },
  "devDependencies": {
    "@builder.io/qwik": "^1.4.5",
    "@builder.io/qwik-city": "^1.4.5",
    "@types/eslint": "^8.56.2",
    "@types/node": "^20.11.19",
    "@typescript-eslint/eslint-plugin": "^7.0.2",
    "@typescript-eslint/parser": "^7.0.2",
    "@vite-pwa/assets-generator": "^0.2.4",
    "eslint": "^8.56.0",
    "eslint-plugin-qwik": "^1.4.5",
    "fast-glob": "^3.3.2",
    "prettier": "^3.2.5",
    "typescript": "^5.3.3",
    "undici": "^6.6.2",
    "vite": "^5.1.3",
    "vite-tsconfig-paths": "^4.3.1",
    "workbox-precaching": "^7.0.0",
    "workbox-routing": "^7.0.0",
    "workbox-strategies": "^7.0.0",
    "wrangler": "^3.28.4"
  },
  "dependencies": {
    "vite-plugin-pwa": "^0.19.0"
  }
}

LOG: Delpoy failur Qwik 1.4.5

2024-02-21T09:32:07.867028Z Cloning repository...
2024-02-21T09:32:08.730714Z From https://github.com/dejurin/qwik-pwa-example
2024-02-21T09:32:08.731259Z  * branch            25768fe5f23c9632ca19a06dabe6c013d6aaf895 -> FETCH_HEAD
2024-02-21T09:32:08.731398Z 
2024-02-21T09:32:08.784356Z HEAD is now at 25768fe 0.33.2
2024-02-21T09:32:08.784827Z 
2024-02-21T09:32:08.880396Z 
2024-02-21T09:32:08.880873Z Using v2 root directory strategy
2024-02-21T09:32:08.908235Z Success: Finished cloning repository files
2024-02-21T09:32:09.681037Z Detected the following tools from environment: nodejs@18.17.1, pnpm@8.7.1
2024-02-21T09:32:10.557862Z Installing project dependencies: pnpm install
2024-02-21T09:32:11.296108Z Lockfile is up to date, resolution step is skipped
2024-02-21T09:32:11.337245Z Progress: resolved 1, reused 0, downloaded 0, added 0
2024-02-21T09:32:11.464731Z Packages: +698
2024-02-21T09:32:11.465029Z ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2024-02-21T09:32:12.345161Z Progress: resolved 698, reused 0, downloaded 94, added 94
2024-02-21T09:32:13.344626Z Progress: resolved 698, reused 0, downloaded 353, added 349
2024-02-21T09:32:14.345219Z Progress: resolved 698, reused 0, downloaded 529, added 522
2024-02-21T09:32:15.345495Z Progress: resolved 698, reused 0, downloaded 691, added 689
2024-02-21T09:32:16.346459Z Progress: resolved 698, reused 0, downloaded 697, added 697
2024-02-21T09:32:16.442379Z Progress: resolved 698, reused 0, downloaded 698, added 698, done
2024-02-21T09:32:16.75134Z  .../sharp@0.32.6/node_modules/sharp install$ (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)
2024-02-21T09:32:16.957182Z .../sharp@0.32.6/node_modules/sharp install: sharp: Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.14.5/libvips-8.14.5-linux-x64.tar.br
2024-02-21T09:32:17.495769Z .../sharp@0.32.6/node_modules/sharp install: sharp: Integrity check passed for linux-x64
2024-02-21T09:32:18.092546Z .../sharp@0.32.6/node_modules/sharp install: Done
2024-02-21T09:32:18.174185Z .../esbuild@0.19.12/node_modules/esbuild postinstall$ node install.js
2024-02-21T09:32:18.174734Z .../esbuild@0.17.19/node_modules/esbuild postinstall$ node install.js
2024-02-21T09:32:18.175388Z .../node_modules/workerd postinstall$ node install.js
2024-02-21T09:32:18.286234Z .../esbuild@0.19.12/node_modules/esbuild postinstall: Done
2024-02-21T09:32:18.292611Z .../esbuild@0.17.19/node_modules/esbuild postinstall: Done
2024-02-21T09:32:18.331352Z .../node_modules/workerd postinstall: Done
2024-02-21T09:32:18.852792Z .../sharp@0.33.2/node_modules/sharp install$ node install/check
2024-02-21T09:32:18.980959Z .../sharp@0.33.2/node_modules/sharp install: Done
2024-02-21T09:32:19.098338Z 
2024-02-21T09:32:19.098569Z dependencies:
2024-02-21T09:32:19.099042Z + vite-plugin-pwa 0.19.0
2024-02-21T09:32:19.099218Z 
2024-02-21T09:32:19.099442Z devDependencies:
2024-02-21T09:32:19.099709Z + @builder.io/qwik 1.4.5
2024-02-21T09:32:19.099895Z + @builder.io/qwik-city 1.4.5
2024-02-21T09:32:19.100147Z + @types/eslint 8.56.2
2024-02-21T09:32:19.100325Z + @types/node 20.11.19
2024-02-21T09:32:19.100633Z + @typescript-eslint/eslint-plugin 7.0.2
2024-02-21T09:32:19.100862Z + @typescript-eslint/parser 7.0.2
2024-02-21T09:32:19.101652Z + @vite-pwa/assets-generator 0.2.4
2024-02-21T09:32:19.102027Z + eslint 8.56.0
2024-02-21T09:32:19.10237Z  + eslint-plugin-qwik 1.4.5
2024-02-21T09:32:19.102678Z + fast-glob 3.3.2
2024-02-21T09:32:19.102878Z + prettier 3.2.5
2024-02-21T09:32:19.103024Z + typescript 5.3.3
2024-02-21T09:32:19.103186Z + undici 6.6.2
2024-02-21T09:32:19.103326Z + vite 5.1.3
2024-02-21T09:32:19.103448Z + vite-tsconfig-paths 4.3.1
2024-02-21T09:32:19.103614Z + workbox-precaching 7.0.0
2024-02-21T09:32:19.103776Z + workbox-routing 7.0.0
2024-02-21T09:32:19.103935Z + workbox-strategies 7.0.0
2024-02-21T09:32:19.104094Z + wrangler 3.28.4
2024-02-21T09:32:19.104252Z 
2024-02-21T09:32:19.114656Z Done in 8.2s
2024-02-21T09:32:19.207477Z Executing user command: npm run build
2024-02-21T09:32:20.131719Z 
2024-02-21T09:32:20.131958Z > build
2024-02-21T09:32:20.132076Z > qwik build
2024-02-21T09:32:20.132199Z 
2024-02-21T09:32:20.225989Z 
2024-02-21T09:32:20.22629Z        ............
2024-02-21T09:32:20.226476Z     .::: :--------:.
2024-02-21T09:32:20.226626Z    .::::  .:-------:.
2024-02-21T09:32:20.226773Z   .:::::.   .:-------.
2024-02-21T09:32:20.226928Z   ::::::.     .:------.
2024-02-21T09:32:20.227105Z  ::::::.        :-----:
2024-02-21T09:32:20.227266Z  ::::::.       .:-----.
2024-02-21T09:32:20.227429Z   :::::::.     .-----.
2024-02-21T09:32:20.227585Z    ::::::::..   ---:.
2024-02-21T09:32:20.227738Z     .:::::::::. :-:.
2024-02-21T09:32:20.227886Z      ..::::::::::::
2024-02-21T09:32:20.228032Z              ...::::
2024-02-21T09:32:20.228188Z      
2024-02-21T09:32:20.228351Z 
2024-02-21T09:32:20.228517Z 
2024-02-21T09:32:20.228666Z npm run build.client
2024-02-21T09:32:20.228817Z npm run build.server
2024-02-21T09:32:20.228965Z 
2024-02-21T09:32:20.597927Z 
2024-02-21T09:32:20.598193Z > build.client
2024-02-21T09:32:20.598573Z > vite build
2024-02-21T09:32:20.598719Z 
2024-02-21T09:32:20.84384Z  The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
2024-02-21T09:32:21.605017Z vite v5.1.3 building for production...
2024-02-21T09:32:21.786405Z transforming...
2024-02-21T09:32:21.871469Z munmap_chunk(): invalid pointer
2024-02-21T09:32:21.881183Z Aborted
2024-02-21T09:32:21.90315Z  Failed: Error while executing user command. Exited with error code: 1
2024-02-21T09:32:21.910584Z Failed: build command exited with code: 1
2024-02-21T09:32:22.723027Z Failed: error occurred while running build command

LOG: Delpoy successful Qwik 1.2.9

2024-02-21T10:31:53.008402Z Cloning repository...
2024-02-21T10:31:53.953382Z From https://github.com/dejurin/qwik-pwa-example
2024-02-21T10:31:53.953963Z  * branch            69a0d1969e48a3a8ae1d2f92f6450d3b53a340a6 -> FETCH_HEAD
2024-02-21T10:31:53.954147Z 
2024-02-21T10:31:54.006233Z HEAD is now at 69a0d19 1.2.9
2024-02-21T10:31:54.006681Z 
2024-02-21T10:31:54.095736Z 
2024-02-21T10:31:54.096481Z Using v2 root directory strategy
2024-02-21T10:31:54.125046Z Success: Finished cloning repository files
2024-02-21T10:31:55.042653Z Detected the following tools from environment: nodejs@18.17.1, pnpm@8.7.1
2024-02-21T10:31:55.922613Z Installing project dependencies: pnpm install
2024-02-21T10:31:56.668692Z Lockfile is up to date, resolution step is skipped
2024-02-21T10:31:56.70796Z  Progress: resolved 1, reused 0, downloaded 0, added 0
2024-02-21T10:31:56.847805Z Packages: +697
2024-02-21T10:31:56.848276Z ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2024-02-21T10:31:57.710617Z Progress: resolved 697, reused 0, downloaded 94, added 92
2024-02-21T10:31:58.710783Z Progress: resolved 697, reused 0, downloaded 349, added 347
2024-02-21T10:31:59.710597Z Progress: resolved 697, reused 0, downloaded 537, added 535
2024-02-21T10:32:00.710625Z Progress: resolved 697, reused 0, downloaded 695, added 695
2024-02-21T10:32:01.711364Z Progress: resolved 697, reused 0, downloaded 697, added 696
2024-02-21T10:32:01.793756Z Progress: resolved 697, reused 0, downloaded 697, added 697, done
2024-02-21T10:32:02.092587Z .../sharp@0.32.6/node_modules/sharp install$ (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)
2024-02-21T10:32:02.293426Z .../sharp@0.32.6/node_modules/sharp install: sharp: Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.14.5/libvips-8.14.5-linux-x64.tar.br
2024-02-21T10:32:03.129544Z .../sharp@0.32.6/node_modules/sharp install: sharp: Integrity check passed for linux-x64
2024-02-21T10:32:03.846444Z .../sharp@0.32.6/node_modules/sharp install: Done
2024-02-21T10:32:03.931625Z .../esbuild@0.19.12/node_modules/esbuild postinstall$ node install.js
2024-02-21T10:32:03.931969Z .../esbuild@0.18.20/node_modules/esbuild postinstall$ node install.js
2024-02-21T10:32:03.93221Z  .../esbuild@0.17.19/node_modules/esbuild postinstall$ node install.js
2024-02-21T10:32:03.95458Z  .../node_modules/workerd postinstall$ node install.js
2024-02-21T10:32:04.037446Z .../esbuild@0.19.12/node_modules/esbuild postinstall: Done
2024-02-21T10:32:04.08295Z  .../esbuild@0.18.20/node_modules/esbuild postinstall: Done
2024-02-21T10:32:04.106565Z .../esbuild@0.17.19/node_modules/esbuild postinstall: Done
2024-02-21T10:32:04.129577Z .../node_modules/workerd postinstall: Done
2024-02-21T10:32:04.758051Z 
2024-02-21T10:32:04.758344Z dependencies:
2024-02-21T10:32:04.758542Z + vite-plugin-pwa 0.19.0
2024-02-21T10:32:04.758714Z 
2024-02-21T10:32:04.758893Z devDependencies:
2024-02-21T10:32:04.759095Z + @builder.io/qwik 1.2.19
2024-02-21T10:32:04.759243Z + @builder.io/qwik-city 1.2.19
2024-02-21T10:32:04.759466Z + @types/eslint 8.56.2
2024-02-21T10:32:04.759674Z + @types/node 20.11.19
2024-02-21T10:32:04.759847Z + @typescript-eslint/eslint-plugin 7.0.2
2024-02-21T10:32:04.75999Z  + @typescript-eslint/parser 7.0.2
2024-02-21T10:32:04.760292Z + @vite-pwa/assets-generator 0.2.4
2024-02-21T10:32:04.760498Z + eslint 8.56.0
2024-02-21T10:32:04.76068Z  + eslint-plugin-qwik 1.2.19
2024-02-21T10:32:04.760862Z + fast-glob 3.3.2
2024-02-21T10:32:04.761123Z + prettier 3.2.5
2024-02-21T10:32:04.761369Z + typescript 5.3.3
2024-02-21T10:32:04.761714Z + undici 6.6.2
2024-02-21T10:32:04.761848Z + vite 5.1.3
2024-02-21T10:32:04.762162Z + vite-tsconfig-paths 4.3.1
2024-02-21T10:32:04.762381Z + workbox-precaching 7.0.0
2024-02-21T10:32:04.762589Z + workbox-routing 7.0.0
2024-02-21T10:32:04.762735Z + workbox-strategies 7.0.0
2024-02-21T10:32:04.762879Z + wrangler 3.28.4
2024-02-21T10:32:04.763651Z 
2024-02-21T10:32:04.774636Z Done in 8.5s
2024-02-21T10:32:04.855208Z Executing user command: npm run build
2024-02-21T10:32:05.75735Z  
2024-02-21T10:32:05.757607Z > build
2024-02-21T10:32:05.75777Z  > qwik build
2024-02-21T10:32:05.757905Z 
2024-02-21T10:32:05.850825Z 
2024-02-21T10:32:05.851095Z       ............
2024-02-21T10:32:05.85125Z      .::: :--------:.
2024-02-21T10:32:05.85139Z     .::::  .:-------:.
2024-02-21T10:32:05.851492Z   .:::::.   .:-------.
2024-02-21T10:32:05.851586Z   ::::::.     .:------.
2024-02-21T10:32:05.851679Z  ::::::.        :-----:
2024-02-21T10:32:05.851772Z  ::::::.       .:-----.
2024-02-21T10:32:05.851878Z   :::::::.     .-----.
2024-02-21T10:32:05.851983Z    ::::::::..   ---:.
2024-02-21T10:32:05.852085Z     .:::::::::. :-:.
2024-02-21T10:32:05.852178Z      ..::::::::::::
2024-02-21T10:32:05.852278Z              ...::::
2024-02-21T10:32:05.852376Z      
2024-02-21T10:32:05.852494Z 
2024-02-21T10:32:05.852597Z 
2024-02-21T10:32:05.852696Z npm run build.client
2024-02-21T10:32:05.852801Z npm run build.server
2024-02-21T10:32:05.8529Z   
2024-02-21T10:32:06.225914Z 
2024-02-21T10:32:06.226223Z > build.client
2024-02-21T10:32:06.226412Z > vite build
2024-02-21T10:32:06.226579Z 
2024-02-21T10:32:06.481468Z The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
2024-02-21T10:32:07.136498Z [QWIK PLUGIN: 384] Qwik Insight not found  `/opt/buildhome/repo/dist/q-insights.json`, skipping.
2024-02-21T10:32:07.136767Z         Consider setting up https://qwik.builder.io/docs/labs/insights/ for better bundle optimization.
2024-02-21T10:32:07.353914Z vite v5.1.3 building for production...
2024-02-21T10:32:07.539498Z transforming...
2024-02-21T10:32:08.998821Z ✓ 152 modules transformed.
2024-02-21T10:32:09.082057Z rendering chunks...
2024-02-21T10:32:09.132884Z computing gzip size...
2024-02-21T10:32:09.144961Z dist/build/q-BmcCi45F.webp   4.52 kB
2024-02-21T10:32:09.145365Z dist/build/q-BUBLOrfT.webp   8.98 kB
2024-02-21T10:32:09.145776Z dist/build/q-BiJlifZL.webp  13.19 kB
2024-02-21T10:32:09.145937Z dist/build/q-B7lONujc.webp  18.90 kB
2024-02-21T10:32:09.146085Z dist/build/q-BtN0psye.webp  29.88 kB
2024-02-21T10:32:09.146235Z dist/q-manifest.json        36.81 kB │ gzip:  6.04 kB
2024-02-21T10:32:09.146381Z dist/build/q-DKVIvDmV.css    3.99 kB │ gzip:  1.27 kB
2024-02-21T10:32:09.146523Z dist/build/q-B82w7M2h.js     0.13 kB │ gzip:  0.13 kB
2024-02-21T10:32:09.146681Z dist/build/q-D_-t6uof.js     0.26 kB │ gzip:  0.21 kB
2024-02-21T10:32:09.146821Z dist/build/q-Cx1A9j23.js     0.32 kB │ gzip:  0.21 kB
2024-02-21T10:32:09.14694Z  dist/build/q-Dbuq97lU.js     0.41 kB │ gzip:  0.26 kB
2024-02-21T10:32:09.14711Z  dist/build/q-BzdwWAgU.js     0.44 kB │ gzip:  0.28 kB
2024-02-21T10:32:09.147318Z dist/build/q-DkorVdrq.js     0.47 kB │ gzip:  0.32 kB
2024-02-21T10:32:09.14747Z  dist/build/q-C0iLi_Qn.js     0.51 kB │ gzip:  0.32 kB
2024-02-21T10:32:09.147671Z dist/build/q-DVxaGyR6.js     0.55 kB │ gzip:  0.36 kB
2024-02-21T10:32:09.147865Z dist/build/q-DcZ-38Dk.js     0.58 kB │ gzip:  0.37 kB
2024-02-21T10:32:09.148018Z dist/build/q-WXT699jY.js     0.61 kB │ gzip:  0.38 kB
2024-02-21T10:32:09.148164Z dist/build/q-DzP1xvWc.js     0.70 kB │ gzip:  0.44 kB
2024-02-21T10:32:09.148286Z dist/build/q-7czoeQDx.js     0.74 kB │ gzip:  0.42 kB
2024-02-21T10:32:09.148413Z dist/build/q-BXV2vtJe.js     0.75 kB │ gzip:  0.46 kB
2024-02-21T10:32:09.148537Z dist/build/q-pEbALzsF.js     0.77 kB │ gzip:  0.42 kB
2024-02-21T10:32:09.148686Z dist/build/q-DqBGAW7D.js     0.89 kB │ gzip:  0.56 kB
2024-02-21T10:32:09.148827Z dist/build/q-BjLUUWcz.js     0.96 kB │ gzip:  0.51 kB
2024-02-21T10:32:09.148972Z dist/build/q-HLMNM8hx.js     0.97 kB │ gzip:  0.59 kB
2024-02-21T10:32:09.14912Z  dist/build/q-CxwRI_fv.js     1.20 kB │ gzip:  0.62 kB
2024-02-21T10:32:09.149318Z dist/build/q-BA4Ym2hY.js     1.22 kB │ gzip:  0.73 kB
2024-02-21T10:32:09.149474Z dist/build/q-CCIkZ1M4.js     1.33 kB │ gzip:  0.75 kB
2024-02-21T10:32:09.149657Z dist/build/q-BHaV8bhY.js     1.34 kB │ gzip:  0.72 kB
2024-02-21T10:32:09.149819Z dist/build/q-CnklD6G0.js     1.36 kB │ gzip:  0.67 kB
2024-02-21T10:32:09.149965Z dist/build/q-D7qP6TaP.js     1.68 kB │ gzip:  0.81 kB
2024-02-21T10:32:09.150138Z dist/build/q-D4wX7Hlc.js     1.87 kB │ gzip:  0.97 kB
2024-02-21T10:32:09.150441Z dist/build/q-fJkQnue_.js     2.29 kB │ gzip:  1.11 kB
2024-02-21T10:32:09.150723Z dist/build/q-C-2PR1O4.js     2.87 kB │ gzip:  1.31 kB
2024-02-21T10:32:09.150848Z dist/build/q-DnS0KCFu.js     3.03 kB │ gzip:  1.04 kB
2024-02-21T10:32:09.151122Z dist/build/q-BDtmaECv.js     3.82 kB │ gzip:  1.84 kB
2024-02-21T10:32:09.151241Z dist/build/q-BpaN5ZYx.js     5.55 kB │ gzip:  2.22 kB
2024-02-21T10:32:09.151344Z dist/build/q-BqVslDWH.js     6.02 kB │ gzip:  2.55 kB
2024-02-21T10:32:09.15144Z  dist/build/q-6AiTGm6m.js     9.54 kB │ gzip:  4.44 kB
2024-02-21T10:32:09.151536Z dist/service-worker.js      19.49 kB │ gzip:  6.74 kB
2024-02-21T10:32:09.151633Z dist/build/q-KemCkf1D.js    50.85 kB │ gzip: 20.68 kB
2024-02-21T10:32:09.151727Z ✓ built in 1.77s
2024-02-21T10:32:09.156243Z [
2024-02-21T10:32:09.156501Z   {
2024-02-21T10:32:09.156665Z     id: 'IndexRoute',
2024-02-21T10:32:09.156922Z     filePath: '/opt/buildhome/repo/src/routes/index.tsx',
2024-02-21T10:32:09.157096Z     pathname: '/',
2024-02-21T10:32:09.157235Z     layouts: [ [Object] ],
2024-02-21T10:32:09.157364Z     ext: '.tsx',
2024-02-21T10:32:09.157505Z     pattern: /^\/$/,
2024-02-21T10:32:09.157651Z     routeName: '/',
2024-02-21T10:32:09.157781Z     paramNames: [],
2024-02-21T10:32:09.157924Z     segments: [ [Array] ]
2024-02-21T10:32:09.158065Z   },
2024-02-21T10:32:09.158209Z   {
2024-02-21T10:32:09.158423Z     id: 'DemoFlowerRoute',
2024-02-21T10:32:09.158614Z     filePath: '/opt/buildhome/repo/src/routes/demo/flower/index.tsx',
2024-02-21T10:32:09.158796Z     pathname: '/demo/flower/',
2024-02-21T10:32:09.158959Z     layouts: [ [Object] ],
2024-02-21T10:32:09.159112Z     ext: '.tsx',
2024-02-21T10:32:09.159256Z     pattern: /^\/demo\/flower\/?$/,
2024-02-21T10:32:09.159389Z     routeName: 'demo/flower/',
2024-02-21T10:32:09.159529Z     paramNames: [],
2024-02-21T10:32:09.159663Z     segments: [ [Array], [Array], [] ]
2024-02-21T10:32:09.159805Z   },
2024-02-21T10:32:09.159957Z   {
2024-02-21T10:32:09.160094Z     id: 'DemoTodolistRoute',
2024-02-21T10:32:09.160236Z     filePath: '/opt/buildhome/repo/src/routes/demo/todolist/index.tsx',
2024-02-21T10:32:09.160369Z     pathname: '/demo/todolist/',
2024-02-21T10:32:09.16072Z      layouts: [ [Object] ],
2024-02-21T10:32:09.16088Z      ext: '.tsx',
2024-02-21T10:32:09.161038Z     pattern: /^\/demo\/todolist\/?$/,
2024-02-21T10:32:09.161177Z     routeName: 'demo/todolist/',
2024-02-21T10:32:09.161326Z     paramNames: [],
2024-02-21T10:32:09.161482Z     segments: [ [Array], [Array], [] ]
2024-02-21T10:32:09.161626Z   }
2024-02-21T10:32:09.161769Z ]
2024-02-21T10:32:09.195859Z 
2024-02-21T10:32:09.196213Z ✓ Built client modules
2024-02-21T10:32:09.56325Z  
2024-02-21T10:32:09.563573Z > build.server
2024-02-21T10:32:09.563725Z > vite build -c adapters/cloudflare-pages/vite.config.ts
2024-02-21T10:32:09.563887Z 
2024-02-21T10:32:10.192218Z The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
2024-02-21T10:32:10.68129Z  vite v5.1.3 building SSR bundle for production...
2024-02-21T10:32:12.944685Z transforming...
2024-02-21T10:32:14.836992Z ✓ 38 modules transformed.
2024-02-21T10:32:14.911343Z rendering chunks...
2024-02-21T10:32:14.963325Z server/build/q-BqbdkZLO.css                  3.99 kB
2024-02-21T10:32:14.963625Z server/entry.ssr.js                          0.12 kB
2024-02-21T10:32:14.963873Z server/@qwik-city-plan.js                    0.22 kB
2024-02-21T10:32:14.964058Z server/entry.cloudflare-pages.js            19.34 kB
2024-02-21T10:32:14.964203Z server/assets/entry.ssr-8WfIanBo.js         52.43 kB
2024-02-21T10:32:14.964325Z server/assets/@qwik-city-plan-DgDi3uMN.js  157.29 kB
2024-02-21T10:32:14.9645Z   ✓ built in 4.26s
2024-02-21T10:32:14.964722Z [QWIK PLUGIN: 754] Qwik Insight not found  `/opt/buildhome/repo/dist/q-insights.json`, skipping.
2024-02-21T10:32:14.964839Z         Consider setting up https://qwik.builder.io/docs/labs/insights/ for better bundle optimization.
2024-02-21T10:32:15.013628Z 
2024-02-21T10:32:15.013864Z Starting Qwik City SSG...
2024-02-21T10:32:15.020043Z 
2024-02-21T10:32:15.02024Z  SSG results
2024-02-21T10:32:15.021849Z - Duration: 5.7 ms
2024-02-21T10:32:15.022218Z 
2024-02-21T10:32:15.979343Z ✓ Built server (ssr) modules
2024-02-21T10:32:15.979626Z 
2024-02-21T10:32:16.000091Z Finished
2024-02-21T10:32:16.00065Z  Found _worker.js in output directory. Uploading.
2024-02-21T10:32:17.187775Z ✨ Compiled Worker successfully
2024-02-21T10:32:17.242313Z Found _routes.json in output directory. Uploading.
2024-02-21T10:32:17.255057Z Validating asset output directory
2024-02-21T10:32:18.042761Z Deploying your site to Cloudflare's global network...
2024-02-21T10:32:19.961751Z Parsed 0 valid redirect rules.
2024-02-21T10:32:19.962391Z Parsed 1 valid header rule.
2024-02-21T10:32:21.220153Z Uploading... (24/56)
2024-02-21T10:32:22.016348Z Uploading... (35/56)
2024-02-21T10:32:22.072991Z Uploading... (45/56)
2024-02-21T10:32:22.194076Z Uploading... (56/56)
2024-02-21T10:32:22.194288Z ✨ Success! Uploaded 32 files (24 already uploaded) (1.33 sec)
2024-02-21T10:32:22.194419Z 
2024-02-21T10:32:22.39919Z  ✨ Upload complete!
2024-02-21T10:32:25.198811Z Success: Assets published!
2024-02-21T10:32:28.659931Z Success: Your site was deployed!
Aslemammad commented 8 months ago

Hey, this repo won't be updated, please check https://github.com/qwikdev/pwa