Skip to content

Commit

Permalink
use parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Forkmann committed Aug 30, 2023
1 parent 10e6c4e commit 4f0976b
Show file tree
Hide file tree
Showing 3 changed files with 13,129 additions and 7,018 deletions.
2 changes: 1 addition & 1 deletion Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Target.create
Target.create "InstallClient" (fun _ -> run npm "install" ".")

Target.create "Run" (fun _ ->
[ "client", dotnet "fable watch --run webpack-dev-server" clientPath ]
[ "client", npm "start" "." ]
|> runParallel

)
Expand Down
Loading

0 comments on commit 4f0976b

Please sign in to comment.