This splits the webapp in: * IronCalc (the widget to be published on npmjs) * The frontend for our "service" * Adds "dummy code" for the backend using sqlite
8 lines
111 B
Caddyfile
8 lines
111 B
Caddyfile
:2080
|
|
|
|
# rocket API
|
|
reverse_proxy /api/* 127.0.0.1:8000
|
|
|
|
# everything else is the frontend
|
|
reverse_proxy :5173
|