mover a sepa/

This commit is contained in:
Cat /dev/Nulo 2024-09-02 09:52:16 -03:00
parent 56cd3d87a7
commit 8d9b1139fe
16 changed files with 9 additions and 1 deletions

View file

@ -27,6 +27,6 @@ jobs:
B2_BUCKET_KEY_ID: ${{ secrets.B2_BUCKET_KEY_ID }}
B2_BUCKET_KEY: ${{ secrets.B2_BUCKET_KEY }}
run: |
cd sepa-precios-archiver
cd sepa/sepa-precios-archiver
bun install --frozen-lockfile
bun index.ts

Binary file not shown.

Binary file not shown.

BIN
sepa/bun.lockb Executable file

Binary file not shown.

8
sepa/package.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "sepa",
"private": true,
"workspaces": [
"sepa-precios-archiver",
"sepa-precios-importer"
]
}