Skip to content

Commit

Permalink
bug: add VITE_NLP_WORD_TAGGER_MAX_INPUT to build arg for release #61:…
Browse files Browse the repository at this point in the history
… use .env files for vite (#64)
  • Loading branch information
nwittstruck authored Apr 3, 2024
1 parent d133a58 commit 133ddcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,4 @@ jobs:
#platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
build-args: |
VITE_NLP_WORD_TAGGER_MAX_INPUT=600
annotations: ${{ steps.meta.outputs.annotations }}
2 changes: 1 addition & 1 deletion frontend/.env.development
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_NLP_WORD_TAGGER_MAX_INPUT=500
VITE_NLP_WORD_TAGGER_MAX_INPUT=600
2 changes: 1 addition & 1 deletion frontend/.env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DO NOT INCLUDE SENSITIVE INFORMATION HERE, AS IT WILL BE BUNDLED

VITE_NLP_WORD_TAGGER_MAX_INPUT=5000
VITE_NLP_WORD_TAGGER_MAX_INPUT=600

0 comments on commit 133ddcd

Please sign in to comment.