Skip to content

Commit 2a98a76

Browse files
authored
Merge pull request #24 from CVEProject/af/store-updates
Creation and initial use of User and Org Pinia Stores
2 parents 9186833 + 5fbf992 commit 2a98a76

File tree

8 files changed

+1572
-300
lines changed

8 files changed

+1572
-300
lines changed

app/.env_defaults

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
VITE_CVE_API_ORG=
2+
VITE_CVE_API_USER=
3+
VITE_CVE_API_KEY=
4+
VITE_CVE_SERVICES_URL=

app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ node_modules
1111
dist
1212
dist-ssr
1313
*.local
14+
.env
1415

1516
# Editor directories and files
1617
.vscode/*

0 commit comments

Comments
 (0)