🔧 Sørger for at frontend bundles i jar
Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no> Co-authored-by: Amalie Mansåker <amalie.erdal.mansaker@nav.no> Co-authored-by: Christian Bulow Skovborg <christian.bulow.skovborg@nav.no>
This commit is contained in:
parent
17d8847003
commit
79931f3c72
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ fun configureRouting(): ApplicationEngine = embeddedServer(CIO, applicationEngin
|
|||
}
|
||||
routing {
|
||||
singlePageApplication{
|
||||
react("frontend/.next")
|
||||
react("frontend/out")
|
||||
ignoreFiles {
|
||||
it.endsWith(".txt")
|
||||
}
|
||||
|
|
Reference in a new issue