Skip to content

Commit 3970786

Browse files
committed
chore: add skills
1 parent d8a52e1 commit 3970786

8 files changed

Lines changed: 4891 additions & 3 deletions

File tree

.agents/skills/build-pipelines-bundling/SKILL.md

Lines changed: 2106 additions & 0 deletions
Large diffs are not rendered by default.

.agents/skills/universal-javascript-runtimes/SKILL.md

Lines changed: 1824 additions & 0 deletions
Large diffs are not rendered by default.

.agents/skills/web-app-architectures/SKILL.md

Lines changed: 955 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.agents/skills/build-pipelines-bundling
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.agents/skills/universal-javascript-runtimes
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.agents/skills/web-app-architectures

dist/dev-server.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/mini-dev.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ export default {
33
open: true,
44
label: 'EXAMPLE',
55
base: '/app/', // serve at http://localhost:3000/app/
6-
proxy: { '/api': 'http://localhost:8080' }, // forward /api to your backend
7-
};
6+
// proxy: { '/api': 'http://localhost:8080' }, // forward /api to your backend
7+
};

0 commit comments

Comments
 (0)