Urban-Analytics-Technology-Platform / web-app-template

https://urban-analytics-technology-platform.github.io/web-app-template/
3 stars 0 forks source link

Get GH pages deployment working #19

Closed dabreegster closed 4 months ago

dabreegster commented 4 months ago

The web worker is looking for this path:

https://urban-analytics-technology-platform.github.io/web-app-template/_app/immutable/workers/assets/rust_backend_bg.wasm

But we've just got assets/rust_backend_bg.wasm.

Not sure what's happening; following https://github.com/a-b-street/15m, which works fine. Biggest difference is the use of npm vs pnpm and using svelte vs sveltekit, but this looks like a vite issue

dabreegster commented 4 months ago

Weird hack to copy assets to the worker directory, but fixed