Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wasp-lang/wasp
/ main.wasp.ts
File
main.wasp.ts
examples/waspleau/main.wasp.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ app, job, page, query, route } from
"@wasp.sh/spec"
;
2
3
import
{ refreshDashboardData } from
"./src/dashboard"
with {
type
:
"ref"
};
4
import
MainPage from
"./src/MainPage"
with {
type
:
"ref"
};
Callers
nothing calls this directly
Calls
5
app
Function · 0.90
job
Function · 0.90
route
Function · 0.90
page
Function · 0.90
query
Function · 0.90
Tested by
no test coverage detected