From 9ec52052da35cd4c6ee3e27b8940ac697d23171a Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 20 Mar 2024 22:14:43 +1000 Subject: [PATCH] Changes to public --- AirportAlphabetGame.sln.DotSettings.user | 4 ++++ AirportAlphabetGame/Program.fs | 2 +- AirportAlphabetGame/{public => wwwroot}/scripts/htmx.min.js | 0 AirportAlphabetGame/{public => wwwroot}/scripts/index.js | 0 AirportAlphabetGame/{public => wwwroot}/scripts/json-enc.js | 0 AirportAlphabetGame/{public => wwwroot}/styles/core.css | 0 AirportAlphabetGame/{public => wwwroot}/styles/core.css.map | 0 7 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 AirportAlphabetGame.sln.DotSettings.user rename AirportAlphabetGame/{public => wwwroot}/scripts/htmx.min.js (100%) rename AirportAlphabetGame/{public => wwwroot}/scripts/index.js (100%) rename AirportAlphabetGame/{public => wwwroot}/scripts/json-enc.js (100%) rename AirportAlphabetGame/{public => wwwroot}/styles/core.css (100%) rename AirportAlphabetGame/{public => wwwroot}/styles/core.css.map (100%) 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