Skip to content

Commit

Permalink
made shared public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mond1c committed Apr 3, 2024
1 parent 80fd1e0 commit a7449f1
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 44 deletions.
4 changes: 2 additions & 2 deletions src/frontend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks {
outputs.cacheIf { true }
environment.set(mapOf("PUBLIC_URL" to "/admin"))
inputs.dir("admin/src")
inputs.dir("admin/public")
inputs.dir("public")
inputs.dir("common")
inputs.file("package.json")
inputs.file("package-lock.json")
Expand All @@ -43,7 +43,7 @@ tasks {
outputs.cacheIf { true }
environment.set(mapOf("PUBLIC_URL" to "/locator"))
inputs.dir("locator/src")
inputs.dir("locator/public")
inputs.dir("public")
inputs.dir("common")
inputs.file("package.json")
inputs.file("package-lock.json")
Expand Down
Binary file removed src/frontend/locator/public/icon-192x192.png
Binary file not shown.
Binary file removed src/frontend/locator/public/icon-256x256.png
Binary file not shown.
Binary file removed src/frontend/locator/public/icon-384x384.png
Binary file not shown.
Binary file removed src/frontend/locator/public/icon-512x512.png
Binary file not shown.
15 changes: 0 additions & 15 deletions src/frontend/locator/public/index.html

This file was deleted.

27 changes: 0 additions & 27 deletions src/frontend/locator/public/manifest.json

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit a7449f1

Please sign in to comment.