Initial commit
This commit is contained in:
commit
71e3ed710d
15 changed files with 621 additions and 0 deletions
11
fake.fsx
Normal file
11
fake.fsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
#load @".paket/load/net9.0/Build/build.group.fsx"
|
||||
|
||||
open Fake.Core
|
||||
|
||||
Target.create "build" (fun _ ->
|
||||
ignore 0
|
||||
)
|
||||
|
||||
Target.create "run" (fun _ ->
|
||||
Shell.Exec("dotnet", "fable -o out -s --watch -e .fs.jsx --run bun run dev") |> ignore
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue