Skip to content

Commit

Permalink
arch: Preparando àrea para web
Browse files Browse the repository at this point in the history
  • Loading branch information
Luppyn committed Jul 31, 2024
1 parent 2f8a865 commit 72ca4dc
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cache-name: cache-node-modules
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: .gradle/cache
path: ./
# An explicit key for restoring and saving the cache
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
# An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.
Expand Down
Empty file added src/infra/web/__init__.py
Empty file.
Binary file added src/infra/web/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file added src/infra/web/main.py
Empty file.
1 change: 1 addition & 0 deletions src/infra/web/page.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 72ca4dc

Please sign in to comment.