Skip to content

Commit

Permalink
chore: re-setup project
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikenYT committed Jul 25, 2023
1 parent 78b6151 commit 094b0c2
Show file tree
Hide file tree
Showing 16 changed files with 5,804 additions and 7,325 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Token Auth
SDUI_TOKEN=
# Password Auth
SDUI_SLINK=
SDUI_IDENTIFIER=
SDUI_PASSWORD=
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
node_modules
dist
coverage
test/passwords.sh

.env
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"cSpell.words": [
"defu",
"Sdui"
],
"typescript.tsdk": "node_modules\\typescript\\lib"
}
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
2 changes: 0 additions & 2 deletions lib/index.d.ts

This file was deleted.

Loading

0 comments on commit 094b0c2

Please sign in to comment.