This repository was archived by the owner on Jul 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,8 @@ Run the following command in the root of the project to build and run the exampl
247247npm i && npm start
248248` ` `
249249
250+ Open your browser and navigate to [http://localhost:3000](http://localhost:3000).
251+
250252### Example Optional Env Variables
251253
252254See the following table for customization environment variables for the example app:
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ app.use(router);
88
99app . use ( descope , {
1010 projectId : process . env . VUE_APP_DESCOPE_PROJECT_ID || '' ,
11- baseUrl : process . env . VUE_APP_DESCOPE_BASE_URL || '' ,
12- sessionTokenViaCookie : true
11+ baseUrl : process . env . VUE_APP_DESCOPE_BASE_URL || ''
1312} ) ;
1413
1514const sdk = getSdk ( ) ;
Original file line number Diff line number Diff line change 2020 " dist"
2121 ],
2222 "scripts" : {
23- "start" : " vue-cli-service serve" ,
23+ "start" : " vue-cli-service serve --port 3000 " ,
2424 "build" : " rollup -m -c rollup.config.js" ,
2525 "test" : " vue-cli-service test:unit" ,
2626 "lint" : " vue-cli-service lint" ,
You can’t perform that action at this time.
0 commit comments