mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-11 23:50:06 +01:00
fix: route /callback to spa demo
This commit is contained in:
parent
90e2b458ea
commit
e33be0b7aa
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
"showcase:dev": "rollup -c rollup.config.showcase.js -w ",
|
"showcase:dev": "rollup -c rollup.config.showcase.js -w ",
|
||||||
"lint": "eslint --color --ignore-path .gitignore .",
|
"lint": "eslint --color --ignore-path .gitignore .",
|
||||||
"prepublishOnly": "npm run build",
|
"prepublishOnly": "npm run build",
|
||||||
"start": "sirv public",
|
"start": "sirv public -s",
|
||||||
"test": "start-server-and-test showcase:dev http://localhost:5000 cy:run"
|
"test": "start-server-and-test showcase:dev http://localhost:5000 cy:run"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue