Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 4e2eb45

Browse files
committed
chore: fix demo website root folder
1 parent 71d10c9 commit 4e2eb45

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"build": {
1212
"builder": "@angular-devkit/build-angular:application",
1313
"options": {
14-
"outputPath": "website",
14+
"outputPath": {
15+
"base": "website",
16+
"browser": ""
17+
},
1518
"index": "src/index.html",
1619
"browser": "src/main.ts",
1720
"polyfills": ["zone.js"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prettier:check": "prettier --check **/*.{html,js,ts}",
3333
"prettier:write": "prettier --write **/*.{html,js,ts}",
3434
"release": "release-it --only-version",
35-
"serve:demo": "servor ./website/browser index.html 4300",
35+
"serve:demo": "servor ./website index.html 4300",
3636
"test": "ng test",
3737
"test:watch": "ng test --watch",
3838
"test:coverage": "vitest --no-watch --coverage"

0 commit comments

Comments
 (0)