-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6f9047
commit 891f14d
Showing
9 changed files
with
7 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ ENV PUPPETEER_SKIP_DOWNLOAD=true | |
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser | ||
|
||
# You can install a specific version like: [email protected] | ||
RUN npm install -g flowise | ||
RUN npm install -g flowise-test | ||
|
||
WORKDIR /data | ||
|
||
|
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
Empty file.
Empty file.
Empty file.
Empty file.
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,6 +1,6 @@ | ||
{ | ||
"name": "flowise-test", | ||
"version": "1.4.3", | ||
"version": "1.4.7", | ||
"description": "Flowiseai Server", | ||
"main": "dist/index", | ||
"types": "dist/index.d.ts", | ||
|
@@ -20,7 +20,6 @@ | |
"commands": "./dist/commands" | ||
}, | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
"build": "tsc", | ||
"start": "run-script-os", | ||
"clean": "rimraf dist", | ||
|
@@ -44,7 +43,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"engines": { | ||
"node": ">=18.15.0" | ||
"node": ">=18.15.0 <19.0.0 || ^20" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"dependencies": { | ||
|
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