You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add dev server API for dynamic src-node path resolution
- Add /api/getPhoenixPath endpoint to serve-proxy.js for Tauri dev mode
- Refactor node-loader.js to fetch src-node path from dev server when
running on localhost, enabling dynamic node source without recompiling
- Update serve scripts to run npm install in src-node before starting
"_minify": "r.js -o require.min.config.js && echo this is untested see https://stackoverflow.com/questions/14337970/minifying-requirejs-javascript-codebase-to-a-single-file"
0 commit comments