fix: fix tilt build on net10

This commit is contained in:
Stig Rune Jensen
2026-01-19 15:23:21 +01:00
parent 2e1165d99c
commit d5cde19250
3 changed files with 299 additions and 565 deletions

858
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,7 @@ pack_path := "../../packages"
vite_prod := "bunx --bun vite build -c ../../vite.config.js -m production --emptyOutDir --outDir " + "../../dist/public" vite_prod := "bunx --bun vite build -c ../../vite.config.js -m production --emptyOutDir --outDir " + "../../dist/public"
vite_dev := "bunx --bun vite build -c ../../vite.config.js -m development --minify false --sourcemap true --emptyOutDir --outDir " + "../../dist/public" vite_dev := "bunx --bun vite build -c ../../vite.config.js -m development --minify false --sourcemap true --emptyOutDir --outDir " + "../../dist/public"
vite := "vite -c ../../vite.config.js" vite := "bunx --bun vite -c ../../vite.config.js -m development "
# Default recipe - show available commands # Default recipe - show available commands
default: default:
@@ -67,7 +67,7 @@ run-server:
# Run client only in watch mode # Run client only in watch mode
[working-directory: 'src/Client'] [working-directory: 'src/Client']
run-client: install-client run-client: install-client
fable watch -e .jsx -o build --run {{vite}} fable watch -e .jsx -o build --test:MSBuildCracker --run {{vite}}
# Format code with Fantomas # Format code with Fantomas
format: format:

View File

@@ -1468,7 +1468,7 @@
"Hipster.Api": "[1.0.1, )", "Hipster.Api": "[1.0.1, )",
"Oceanbox.DataAgent": "[7.3.0, )", "Oceanbox.DataAgent": "[7.3.0, )",
"Oceanbox.DataAgent.Api": "[7.2.1, )", "Oceanbox.DataAgent.Api": "[7.2.1, )",
"Oceanbox.ServerPack": "[1.39.1, )", "Oceanbox.ServerPack": "[1.40.0, )",
"Petimeter.Api": "[1.0.0, )" "Petimeter.Api": "[1.0.0, )"
} }
}, },