Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/typespec-azure-playground-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<html lang="en">
<head>
<script type="module" async src="./node_modules/es-module-shims"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TypeSpec Azure Playground</title>
Expand Down
7 changes: 5 additions & 2 deletions packages/typespec-azure-playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
},
"scripts": {
"clean": "rimraf ./dist ./dist-dev ./temp ./samples/dist",
"build-samples": "node ./samples/build.js",
"build-samples": "tsx ./samples/build.ts",
"build": "npm run build-samples && tsc -p tsconfig.build.json && vite build 2>&1",
"preview": "pnpm build && vite preview",
"start": "npm run -s watch",
"test": "vitest run",
"test:ci": "vitest run",
Expand Down Expand Up @@ -75,7 +76,8 @@
"es-module-shims": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"vite": "catalog:"
"vite": "catalog:",
"yaml": "catalog:"
},
"devDependencies": {
"@playwright/test": "catalog:",
Expand All @@ -87,6 +89,7 @@
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"cross-env": "catalog:",
"pathe": "catalog:",
"rimraf": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
Expand Down
129 changes: 0 additions & 129 deletions packages/typespec-azure-playground-website/samples/arm.tsp

This file was deleted.

Loading
Loading