mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
8b5ad5d925
* Moves index.html creation until after wasm creation so the webserver doesn't prematurely serve the page * sets up nasm for windows builds (to be superseded by Remove Dioxus CLI NASM dependency #2666 #2682) * puts magnanis-cli-support in a blocking task to prevent threadlocking during sequential builds * changes order of client/server builds such that the client is built before the server so the webserver doesn't prematurely serve invalid client code * declobbers "serve" such that each project gets a different dir in the target folder * uses nest_service instead of fallback so the router doesn't respond with fallback codes * reincorporates doge's fix from Fix hot-reloading on Windows #2544
26 lines
468 B
Text
26 lines
468 B
Text
.dioxus
|
|
/target
|
|
/packages/playwright-tests/web/dist
|
|
/packages/playwright-tests/fullstack/dist
|
|
/dist
|
|
.DS_Store
|
|
/examples/assets/test_video.mp4
|
|
static
|
|
|
|
# new recommendation to keep the lockfile in for CI and reproducible builds
|
|
# Cargo.lock
|
|
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
tarpaulin-report.html
|
|
|
|
# Jetbrain
|
|
.idea/
|
|
node_modules/
|
|
/test-results/
|
|
/packages/playwright-report/
|
|
/packages/playwright/.cache/
|
|
|