Skip to content

Commit 4b73aa6

Browse files
committed
refactor: remove Vite from code base
1 parent 8a1cb39 commit 4b73aa6

File tree

7 files changed

+0
-50
lines changed

7 files changed

+0
-50
lines changed

.env.ci-tests

-2
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,3 @@ AWS_SECRET_ACCESS_KEY=
4242
AWS_DEFAULT_REGION=us-east-1
4343
AWS_BUCKET=
4444
AWS_USE_PATH_STYLE_ENDPOINT=false
45-
46-
VITE_APP_NAME="${APP_NAME}"

.env.local

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ AWS_DEFAULT_REGION=us-east-1
4343
AWS_BUCKET=
4444
AWS_USE_PATH_STYLE_ENDPOINT=false
4545

46-
VITE_APP_NAME="${APP_NAME}"
47-
4846
# SAML
4947
SAML2_SP_ENTITYID=https://api.talentpulse.localhost/auth/methods/saml2-sp/metadata
5048
SAML2_LOGIN_URL=https://talentpulse.localhost/dashboard

.env.local-tests

-2
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,3 @@ AWS_SECRET_ACCESS_KEY=
4242
AWS_DEFAULT_REGION=us-east-1
4343
AWS_BUCKET=
4444
AWS_USE_PATH_STYLE_ENDPOINT=false
45-
46-
VITE_APP_NAME="${APP_NAME}"

resources/css/app.css

Whitespace-only changes.

resources/js/app.js

-1
This file was deleted.

resources/js/bootstrap.js

-32
This file was deleted.

vite.config.js

-11
This file was deleted.

0 commit comments

Comments
 (0)