Skip to content

Commit 6e61004

Browse files
committed
#259 Change build to vite
1 parent 6082b44 commit 6e61004

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

client/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.8.0
1+
v24.11.0

client/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
rm -Rf public/bundle*
33
rm -Rf target/*
4+
rm -Rf dist/*
45
source $NVM_DIR/nvm.sh
56
nvm use
67
yarn install --force && CI=true yarn test && yarn build

client/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/openconext/openconext-basecontainers/apache2:latest
2-
ADD ./build/ /var/www/
2+
ADD ./dist/ /var/www/
33
RUN rm -rf /etc/apache2/sites-enabled/*.conf
44
COPY ./docker/appconf.conf /etc/apache2/sites-enabled/
55

client/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"tough-cookie": "^5.1.2",
5555
"word-wrap": "^1.2.3"
5656
},
57-
"proxy": "http://127.0.0.1:8888/",
5857
"eslintConfig": {
5958
"extends": [
6059
"react-app",

0 commit comments

Comments
 (0)