Just in time Component (Using only svelte on deno), compile svelte component on the fly;
for Development environment only.
Add a component using .svelte
as file extension, and import it.
see
public/main.js
andpublic/app.svelte
Add a service using .js
and export the handler, import it as the handler parameter of createRestfulServer()
.
see
service/hello.js
andsbin/server.js