Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaskougios committed Mar 8, 2024
1 parent ecb3484 commit 18a4b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run-on-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MyServerApp extends ServerSideApp:
... your app code ...
```

See for example the [default terminal21 apps](../terminal21-server-app/src/main/scala/org/terminal21/serverapp/bundled).
See for example the [terminal21 settings app](../terminal21-server-app/src/main/scala/org/terminal21/serverapp/bundled/SettingsApp.scala).

Now make sure your app is included in the server's classpath and then pass it as an argument to `start()`, i.e. with this `scala-cli` script:

Expand Down

0 comments on commit 18a4b2b

Please sign in to comment.