Skip to content

Commit

Permalink
Use relative path to script file
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Feb 2, 2024
1 parent 1ac9399 commit ce52ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cracking.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fsi.AddPrinter (fun (x : ProjectOptionsResponse) ->
$"ProjectOptionsResponse: %i{x.ProjectOptions.Length} options, %i{x.ProjectReferences.Length} references, %s{x.TargetFramework.Value}, %s{x.OutputType.Value}"
)

let fsproj = "/home/nojaf/projects/vite-plugin-fable/sample-project/App.fsproj"
let fsproj = Path.Combine (__SOURCE_DIRECTORY__, "sample-project/App.fsproj")

let cliArgs : CliArgs =
{
Expand Down

0 comments on commit ce52ca8

Please sign in to comment.