Skip to content

Commit

Permalink
Set fable script paths to current folder
Browse files Browse the repository at this point in the history
  • Loading branch information
leydel committed Dec 2, 2024
1 parent bfc952d commit 5f255ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Modkit/Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"vite": "^6.0.1"
},
"scripts": {
"start": "dotnet fable watch src --sourceMaps --run vite",
"build": "dotnet fable src --sourceMaps --run vite build",
"start": "dotnet fable watch . --sourceMaps --run vite",
"build": "dotnet fable . --sourceMaps --run vite build",
"serve": "vite serve"
}
}

0 comments on commit 5f255ad

Please sign in to comment.