We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244431e commit eb45172Copy full SHA for eb45172
Makefile.toml
@@ -22,13 +22,14 @@ args = ["serve"]
22
workspace = false
23
script_runner = "@shell"
24
script = '''
25
-rm -rf api/shuttle/static
+# shuttle issue with static files
26
+# location is different depending on the environment
27
+rm -rf api/shuttle/static static
28
mkdir api/shuttle/static
29
+mkdir static
30
cd front
31
dioxus build --release
32
# local development
-# shuttle issue with static files
-# location is different depending on the environment
33
cp -r dist/* ../api/shuttle/static
34
# production
35
cp -r dist/* ../static
0 commit comments