Add user prefs, update capsule to always exist, fix lifetime bug somehow

This commit is contained in:
2024-09-08 23:25:16 -04:00
parent edaafd6867
commit e6aa8df498
30 changed files with 818 additions and 270 deletions

View File

@@ -91,11 +91,21 @@ See https://docs.rs/polars/latest/polars/#config-with-env-vars
Default Windows:
`Env:RUST_LOG = "info"; $Env:POLARS_FMT_MAX_COLS = "100"; $Env:POLARS_TABLE_WIDTH = "200";`
`$Env:RUST_LOG = "info"; $Env:POLARS_FMT_MAX_COLS = "100"; $Env:POLARS_TABLE_WIDTH = "200";`
# Deploying the project
First run
`perseus deploy`
For windows local testing, you can use:
`sudo New-Item -ItemType SymbolicLink -Name 'card_downloader' -Target '.\..\card_downloader'`
`sudo New-Item -ItemType SymbolicLink -Name 'data' -Target '.\..\data'`
For ubuntu, use:
`TODO`
The folder with everything necessary will be in `/pkg`