Skip to content

Commit 9a8bb7b

Browse files
committed
removed token
1 parent e752e5b commit 9a8bb7b

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

apps/pwabuilder/package-lock.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/pwabuilder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"preinstall": "node ../../scripts/setupDeps.js",
8-
"dev": "vite --open",
8+
"dev": "vite --open --port 3000",
99
"dev-task": "vite",
1010
"start-for-tests": "npm run build && vite --port 3000",
1111
"dev:deps": "concurrently \"node ../../scripts/watchDeps.js\" \"rollup --config rollup.config.dev.mjs --watch\" \"web-dev-server\"",

apps/pwabuilder/src/script/components/windows-form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export class WindowsForm extends AppPackageFormBase {
308308
} else {
309309
try {
310310
const SCHEMA_ID = "https://aka.ms/appactions.schema.json";
311-
const SCHEMA_URL = "https://raw.githubusercontent.com/microsoft/App-Actions-On-Windows-Samples/refs/heads/main/schema/ActionsSchema.json?token=GHSAT0AAAAAADD4LIMQ7SLS7TZ25YF3NMVO2BF7BSA";
311+
const SCHEMA_URL = "https://raw.githubusercontent.com/microsoft/App-Actions-On-Windows-Samples/refs/heads/main/schema/ActionsSchema.json";
312312
if (!ajv.getSchema(SCHEMA_ID)) {
313313
const response = await fetch(SCHEMA_URL);
314314
const actionsSchema = await response.json();

0 commit comments

Comments
 (0)