rapid-test/rapid.toml

9 lines
157 B
TOML

2023-07-28 13:10:10 +02:00
app_type = "nextjs"
[nextjs]
server_port = 8080
serve_static_files = true
is_logging = true
typescript_generation = true
bindings_export_path = "pages/api"