Skip to content

Commit 2c23fdc

Browse files
committed
docs: simplify configuration guide comments
1 parent 19c368e commit 2c23fdc

42 files changed

Lines changed: 48 additions & 48 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/migrate-to-rstack-cli/SKILL.md

Lines changed: 1 addition & 1 deletion

examples/app-react/rstack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Rstack configuration guide: https://rstack.rs/config
1+
// Configuration guide: https://rstack.rs/config
22
import { define } from 'rstack';
33

44
define.app(async () => {

examples/app-vanilla/rstack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Rstack configuration guide: https://rstack.rs/config
1+
// Configuration guide: https://rstack.rs/config
22
import { define } from 'rstack';
33

44
define.test({

examples/documentation/rstack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Rstack configuration guide: https://rstack.rs/config
1+
// Configuration guide: https://rstack.rs/config
22
import { define } from 'rstack';
33
import path from 'node:path';
44

examples/lib-node/rstack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Rstack configuration guide: https://rstack.rs/config
1+
// Configuration guide: https://rstack.rs/config
22
import { define } from 'rstack';
33

44
define.lib({

examples/lib-react/rstack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Rstack configuration guide: https://rstack.rs/config
1+
// Configuration guide: https://rstack.rs/config
22
import { define } from 'rstack';
33

44
define.lib(async () => {

examples/test-inline-projects/rstack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Rstack configuration guide: https://rstack.rs/config
1+
// Configuration guide: https://rstack.rs/config
22
import { define } from 'rstack';
33

44
define.app(async () => {

packages/create-rstack/rstack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Rstack configuration guide: https://rstack.rs/config
1+
// Configuration guide: https://rstack.rs/config
22
import { define } from 'rstack';
33

44
define.lib({

packages/create-rstack/template-app-lit-ts/rstack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Rstack configuration guide: https://rstack.rs/config
1+
// Configuration guide: https://rstack.rs/config
22
import { define } from 'rstack';
33

44
define.app({

packages/create-rstack/template-app-lit/rstack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @ts-check
2-
// Rstack configuration guide: https://rstack.rs/config
2+
// Configuration guide: https://rstack.rs/config
33
import { define } from 'rstack';
44

55
define.app({

0 commit comments

Comments
 (0)