Skip to content

Commit

Permalink
updated the frontend package
Browse files Browse the repository at this point in the history
  • Loading branch information
strikeitbroke committed Jan 18, 2025
1 parent 986bef7 commit ebf1e42
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
frontend/node_modules/
backend/venv/
**/__pycache__/**
backend/db.sqlite3
100 changes: 100 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.9",
"vue": "^3.5.13"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

<script setup>
import axios from 'axios';
const fetchProtected = () => {
console.log("fetch protected api endpoint.")
Expand Down

0 comments on commit ebf1e42

Please sign in to comment.