Ok perfect, thank for your answers ! Do you think ...
# ktor
v
Ok perfect, thank for your answers ! Do you think it’s possible to build my react project in the gradle build in ktor ?
1
v
Anything that is on your resources folder will be packed as part of your application and as long as you configure the static feature it can be served by ktor
a
you can add a task to gradle that executes a bash script if needed
v
Ok perfect thank you very much !
e
you can look at example with vue subproject in
public
folder:
it builds by webpack to static content and served by ktor later
o