Merge branch 'stigrj/fix-net10' into 'main'

fix: fix tilt build on net10

See merge request oceanbox/Poseidon!144
This commit was merged in pull request #247.
This commit is contained in:
Stig Rune Jensen
2026-01-19 16:12:37 +00:00
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_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:
@@ -67,7 +67,7 @@ run-server:
# Run client only in watch mode
[working-directory: 'src/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:

View File

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