Skip to content

Commit

Permalink
Fix assert-ts export error fram-x/assert-ts#23
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Apr 23, 2022
1 parent e839ea3 commit f53bfd8
Show file tree
Hide file tree
Showing 5 changed files with 331 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export VITE_PUBLIC_BACKEND_URL=https://tradingstrategy.ai/api
source ~/secrets.env
npm install
(cd theme && npm install && npx gulp build:dist)
rm -rf build && node_modules/.bin/svelte-kit build && node build/index.js
rm -rf build && node_modules/.bin/svelte-kit build && node build
```

[Port troubleshooting](https://www.tecmint.com/find-out-which-process-listening-on-a-particular-port/)
Expand All @@ -27,7 +27,7 @@ export PRODUCTION=true
export VITE_PUBLIC_BACKEND_URL=https://tradingstrategy.ai/api
export FRONTEND_PORT=3000
export FRONTEND_ADDRESS_HEADER=X-Forwarded-For
rm -rf build && node_modules/.bin/svelte-kit build && node build/index.js
rm -rf build && node_modules/.bin/svelte-kit build && node build
```

This launched production build at http://localhost:3000/
Expand Down

0 comments on commit f53bfd8

Please sign in to comment.