🏗️ Migrerer fra Next.js til Vite react
Co-authored-by: Øydis Kind Refsum <oydis.kind.refsum@nav.no> Co-authored-by: Christian Bulow Skovborg <christian.bulow.skovborg@nav.no> Co-authored-by: Amalie Mansåker <amalie.erdal.mansaker@nav.no> Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
This commit is contained in:
parent
aafa3cf243
commit
177d6c7cd8
40 changed files with 4738 additions and 2502 deletions
|
@ -68,7 +68,7 @@ tasks {
|
|||
}
|
||||
}
|
||||
from({ Paths.get(project(":frontend").buildDir.path) }){
|
||||
into("frontend/out")
|
||||
into("frontend/dist")
|
||||
}
|
||||
doLast {
|
||||
configurations.runtimeClasspath.get().forEach {
|
||||
|
|
Reference in a new issue