Cookie creation and error handling
This commit is contained in:
parent
985b94b109
commit
16af21123b
7 changed files with 149 additions and 25 deletions
|
|
@ -13,11 +13,15 @@
|
|||
"@sveltejs/adapter-auto": "next",
|
||||
"@sveltejs/kit": "next",
|
||||
"@types/bootstrap": "^5.2.4",
|
||||
"@zerodevx/svelte-toast": "^0.7.2",
|
||||
"svelte-check": "^2.7.1",
|
||||
"svelte-preprocess": "^4.10.6",
|
||||
"tslib": "^2.3.1",
|
||||
"typescript": "^4.7.4",
|
||||
"vite": "^3.1.0"
|
||||
},
|
||||
"type": "module"
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"nookies": "^2.5.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue