rapid-test/rapid.toml

9 lines
157 B
TOML

app_type = "nextjs"
[nextjs]
server_port = 8080
serve_static_files = true
is_logging = true
typescript_generation = true
bindings_export_path = "pages/api"