Skip to content

Commit

Permalink
do allow restore for fable
Browse files Browse the repository at this point in the history
  • Loading branch information
Larocceau committed Nov 22, 2024
1 parent 82f12f0 commit 123f6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content/default/Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Target.create "Run" (fun _ ->

[
"server", dotnet [ "watch"; "run"; "--no-restore" ] serverPath
"client", dotnet [ "fable"; "watch"; "--noRestore"; "-o"; "output"; "-s"; "--run"; "npx"; "vite" ] clientPath
"client", dotnet [ "fable"; "watch"; "-o"; "output"; "-s"; "--run"; "npx"; "vite" ] clientPath
]
|> runParallel)

Expand Down

0 comments on commit 123f6a3

Please sign in to comment.