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 85baf89 commit d9e3f0aCopy full SHA for d9e3f0a
example/readme.md
@@ -56,11 +56,7 @@ cabal run generate-purescript
56
57
- Generate the Javascript bundle:
58
```
59
-spago bundle-app --to static/index.js
60
-```
61
-- or:
62
63
-spago bundle-app --watch --to static/index.js
+spago bundle --bundle-type app --module ExampleMain --outfile static/index.js
64
65
66
- Restart the server
example/src/MyLib.hs
@@ -81,4 +81,5 @@ api = Proxy
81
82
main :: IO ()
83
main = do
84
+ putStrLn "Running at port 8080..."
85
run 8080 . serve api $ fooServer :<|> staticServer
0 commit comments