forked from chatwoot/chatwoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Vite + vue 3 💚 (chatwoot#10047)
Fixes chatwoot#8436 Fixes chatwoot#9767 Fixes chatwoot#10156 Fixes chatwoot#6031 Fixes chatwoot#5696 Fixes chatwoot#9250 Fixes chatwoot#9762 --------- Co-authored-by: Pranav <[email protected]> Co-authored-by: Sivin Varghese <[email protected]>
- Loading branch information
1 parent
e0bf2bd
commit 42f6621
Showing
661 changed files
with
15,927 additions
and
31,182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
# #!/bin/sh | ||
# . "$(dirname "$0")/_/husky.sh" | ||
|
||
# lint js and vue files | ||
npx --no-install lint-staged | ||
# # lint js and vue files | ||
# npx --no-install lint-staged | ||
|
||
# lint only staged ruby files | ||
git diff --name-only --cached | xargs ls -1 2>/dev/null | grep '\.rb$' | xargs bundle exec rubocop --force-exclusion -a | ||
# # lint only staged ruby files | ||
# git diff --name-only --cached | xargs ls -1 2>/dev/null | grep '\.rb$' | xargs bundle exec rubocop --force-exclusion -a | ||
|
||
# stage rubocop changes to files | ||
git diff --name-only --cached | xargs git add | ||
# # stage rubocop changes to files | ||
# git diff --name-only --cached | xargs git add |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
backend: bin/rails s -p 3000 | ||
frontend: export NODE_OPTIONS=--openssl-legacy-provider && bin/webpack-dev-server | ||
# https://github.com/mperham/sidekiq/issues/3090#issuecomment-389748695 | ||
worker: dotenv bundle exec sidekiq -C config/sidekiq.yml | ||
vite: bin/vite dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
backend: RAILS_ENV=test bin/rails s -p 5050 | ||
frontend: export NODE_OPTIONS=--openssl-legacy-provider && bin/webpack-dev-server | ||
vite: bin/vite dev | ||
worker: RAILS_ENV=test dotenv bundle exec sidekiq -C config/sidekiq.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.