mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-18 01:29:47 +00:00
6 lines
152 B
Text
6 lines
152 B
Text
app "example-server"
|
|
packages { pf: "platform/server-side.roc" }
|
|
imports [ExampleApp.{ exampleApp }]
|
|
provides [app] to pf
|
|
|
|
app = exampleApp
|