Skip to content

Commit

Permalink
Update vite configurations
Browse files Browse the repository at this point in the history
Executed command: sbt viteConfigGenerate
  • Loading branch information
lucuma-steward[bot] committed Sep 20, 2024
1 parent 8877f74 commit 3fa6cf8
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions beautiful-dnd-demo/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from "path";
export default ({ command, mode }) => {
const sjs =
mode == "production"
? path.resolve(__dirname, "target/scala-3.4.3/beautifuldnddemo-opt/")
: path.resolve(__dirname, "target/scala-3.4.3/beautifuldnddemo-fastopt/");
? path.resolve(__dirname, "target/scala-3.5.1/beautifuldnddemo-opt/")
: path.resolve(__dirname, "target/scala-3.5.1/beautifuldnddemo-fastopt/");
const webapp = path.resolve(__dirname, "src/main/webapp/");
const themeConfig = path.resolve(webapp, "theme/theme.config");
const themeSite = path.resolve(webapp, "theme/site");
Expand Down
4 changes: 2 additions & 2 deletions datepicker-demo/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from "path";
export default ({ command, mode }) => {
const sjs =
mode == "production"
? path.resolve(__dirname, "target/scala-3.4.3/datepickerdemo-opt/")
: path.resolve(__dirname, "target/scala-3.4.3/datepickerdemo-fastopt/");
? path.resolve(__dirname, "target/scala-3.5.1/datepickerdemo-opt/")
: path.resolve(__dirname, "target/scala-3.5.1/datepickerdemo-fastopt/");
const webapp = path.resolve(__dirname, "src/main/webapp/");
const themeConfig = path.resolve(webapp, "theme/theme.config");
const themeSite = path.resolve(webapp, "theme/site");
Expand Down
4 changes: 2 additions & 2 deletions font-awesome-demo/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from "path";
export default ({ command, mode }) => {
const sjs =
mode == "production"
? path.resolve(__dirname, "target/scala-3.4.3/fontawesomedemo-opt/")
: path.resolve(__dirname, "target/scala-3.4.3/fontawesomedemo-fastopt/");
? path.resolve(__dirname, "target/scala-3.5.1/fontawesomedemo-opt/")
: path.resolve(__dirname, "target/scala-3.5.1/fontawesomedemo-fastopt/");
const webapp = path.resolve(__dirname, "src/main/webapp/");
const themeConfig = path.resolve(webapp, "theme/theme.config");
const themeSite = path.resolve(webapp, "theme/site");
Expand Down
4 changes: 2 additions & 2 deletions grid-layout-demo/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from "path";
export default ({ command, mode }) => {
const sjs =
mode == "production"
? path.resolve(__dirname, "target/scala-3.4.3/gridlayoutdemo-opt/")
: path.resolve(__dirname, "target/scala-3.4.3/gridlayoutdemo-fastopt/");
? path.resolve(__dirname, "target/scala-3.5.1/gridlayoutdemo-opt/")
: path.resolve(__dirname, "target/scala-3.5.1/gridlayoutdemo-fastopt/");
const webapp = path.resolve(__dirname, "src/main/webapp/");
const themeConfig = path.resolve(webapp, "theme/theme.config");
const themeSite = path.resolve(webapp, "theme/site");
Expand Down
4 changes: 2 additions & 2 deletions highcharts-demo/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from "path";
export default ({ command, mode }) => {
const sjs =
mode == "production"
? path.resolve(__dirname, "target/scala-3.4.3/highchartsdemo-opt/")
: path.resolve(__dirname, "target/scala-3.4.3/highchartsdemo-fastopt/");
? path.resolve(__dirname, "target/scala-3.5.1/highchartsdemo-opt/")
: path.resolve(__dirname, "target/scala-3.5.1/highchartsdemo-fastopt/");
const webapp = path.resolve(__dirname, "src/main/webapp/");
const themeConfig = path.resolve(webapp, "theme/theme.config");
const themeSite = path.resolve(webapp, "theme/site");
Expand Down
4 changes: 2 additions & 2 deletions hotkeys-demo/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from "path";
export default ({ command, mode }) => {
const sjs =
mode == "production"
? path.resolve(__dirname, "target/scala-3.4.3/hotkeysdemo-opt/")
: path.resolve(__dirname, "target/scala-3.4.3/hotkeysdemo-fastopt/");
? path.resolve(__dirname, "target/scala-3.5.1/hotkeysdemo-opt/")
: path.resolve(__dirname, "target/scala-3.5.1/hotkeysdemo-fastopt/");
const webapp = path.resolve(__dirname, "src/main/webapp/");
const themeConfig = path.resolve(webapp, "theme/theme.config");
const themeSite = path.resolve(webapp, "theme/site");
Expand Down
4 changes: 2 additions & 2 deletions prime-react-demo/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from "path";
export default ({ command, mode }) => {
const sjs =
mode == "production"
? path.resolve(__dirname, "target/scala-3.4.3/primereactdemo-opt/")
: path.resolve(__dirname, "target/scala-3.4.3/primereactdemo-fastopt/");
? path.resolve(__dirname, "target/scala-3.5.1/primereactdemo-opt/")
: path.resolve(__dirname, "target/scala-3.5.1/primereactdemo-fastopt/");
const webapp = path.resolve(__dirname, "src/main/webapp/");
const themeConfig = path.resolve(webapp, "theme/theme.config");
const themeSite = path.resolve(webapp, "theme/site");
Expand Down
4 changes: 2 additions & 2 deletions resizable-demo/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from "path";
export default ({ command, mode }) => {
const sjs =
mode == "production"
? path.resolve(__dirname, "target/scala-3.4.3/resizabledemo-opt/")
: path.resolve(__dirname, "target/scala-3.4.3/resizabledemo-fastopt/");
? path.resolve(__dirname, "target/scala-3.5.1/resizabledemo-opt/")
: path.resolve(__dirname, "target/scala-3.5.1/resizabledemo-fastopt/");
const webapp = path.resolve(__dirname, "src/main/webapp/");
const themeConfig = path.resolve(webapp, "theme/theme.config");
const themeSite = path.resolve(webapp, "theme/site");
Expand Down
4 changes: 2 additions & 2 deletions resize-detector-demo/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from "path";
export default ({ command, mode }) => {
const sjs =
mode == "production"
? path.resolve(__dirname, "target/scala-3.4.3/resizedetectordemo-opt/")
: path.resolve(__dirname, "target/scala-3.4.3/resizedetectordemo-fastopt/");
? path.resolve(__dirname, "target/scala-3.5.1/resizedetectordemo-opt/")
: path.resolve(__dirname, "target/scala-3.5.1/resizedetectordemo-fastopt/");
const webapp = path.resolve(__dirname, "src/main/webapp/");
const themeConfig = path.resolve(webapp, "theme/theme.config");
const themeSite = path.resolve(webapp, "theme/site");
Expand Down
4 changes: 2 additions & 2 deletions tanstack-table-demo/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from "path";
export default ({ command, mode }) => {
const sjs =
mode == "production"
? path.resolve(__dirname, "target/scala-3.4.3/tanstacktabledemo-opt/")
: path.resolve(__dirname, "target/scala-3.4.3/tanstacktabledemo-fastopt/");
? path.resolve(__dirname, "target/scala-3.5.1/tanstacktabledemo-opt/")
: path.resolve(__dirname, "target/scala-3.5.1/tanstacktabledemo-fastopt/");
const webapp = path.resolve(__dirname, "src/main/webapp/");
const themeConfig = path.resolve(webapp, "theme/theme.config");
const themeSite = path.resolve(webapp, "theme/site");
Expand Down

0 comments on commit 3fa6cf8

Please sign in to comment.