diff --git a/AirportAlphabetGame.sln.DotSettings.user b/AirportAlphabetGame.sln.DotSettings.user new file mode 100644 index 0000000..c8a4bde --- /dev/null +++ b/AirportAlphabetGame.sln.DotSettings.user @@ -0,0 +1,4 @@ + + <AssemblyExplorer> + <Assembly Path="C:\Users\dredgy\RiderProjects\AirportAlphabetGame\AirportAlphabetGame\public\scripts\AirportAlphabetGame.dll" /> +</AssemblyExplorer> \ No newline at end of file diff --git a/AirportAlphabetGame/Program.fs b/AirportAlphabetGame/Program.fs index aa60947..e7a9de5 100644 --- a/AirportAlphabetGame/Program.fs +++ b/AirportAlphabetGame/Program.fs @@ -28,7 +28,7 @@ module Program = let app = application { use_mime_types [(".woff", "application/font-woff")] - use_static "public" + use_static "wwwroot" use_router router service_config ServiceConfig url "http://*:5001" diff --git a/AirportAlphabetGame/public/scripts/htmx.min.js b/AirportAlphabetGame/wwwroot/scripts/htmx.min.js similarity index 100% rename from AirportAlphabetGame/public/scripts/htmx.min.js rename to AirportAlphabetGame/wwwroot/scripts/htmx.min.js diff --git a/AirportAlphabetGame/public/scripts/index.js b/AirportAlphabetGame/wwwroot/scripts/index.js similarity index 100% rename from AirportAlphabetGame/public/scripts/index.js rename to AirportAlphabetGame/wwwroot/scripts/index.js diff --git a/AirportAlphabetGame/public/scripts/json-enc.js b/AirportAlphabetGame/wwwroot/scripts/json-enc.js similarity index 100% rename from AirportAlphabetGame/public/scripts/json-enc.js rename to AirportAlphabetGame/wwwroot/scripts/json-enc.js diff --git a/AirportAlphabetGame/public/styles/core.css b/AirportAlphabetGame/wwwroot/styles/core.css similarity index 100% rename from AirportAlphabetGame/public/styles/core.css rename to AirportAlphabetGame/wwwroot/styles/core.css diff --git a/AirportAlphabetGame/public/styles/core.css.map b/AirportAlphabetGame/wwwroot/styles/core.css.map similarity index 100% rename from AirportAlphabetGame/public/styles/core.css.map rename to AirportAlphabetGame/wwwroot/styles/core.css.map