Skip to content

Commit

Permalink
chore: more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jul 31, 2023
1 parent 4d9ffa0 commit 0065905
Show file tree
Hide file tree
Showing 43 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion examples/basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/blog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
Expand Down
2 changes: 1 addition & 1 deletion examples/blog/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| | (preview uses Deno CLI) |
Expand Down
2 changes: 1 addition & 1 deletion examples/deno/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-alpine/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-lit/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-multiple/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-preact/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-react/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-solid/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-svelte/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-vue/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/hackernews/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
Expand Down
2 changes: 1 addition & 1 deletion examples/hackernews/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/non-html-pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
Expand Down
2 changes: 1 addition & 1 deletion examples/non-html-pages/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/portfolio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
Expand Down
2 changes: 1 addition & 1 deletion examples/portfolio/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdoc/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-plugins/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-shiki/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-mdx/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nanostores/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"port": 4321,
"startScript": "start",
"node": "14"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ export interface AstroUserConfig {
* @docs
* @name server.port
* @type {number}
* @default `3000`
* @default `4321`
* @description
* Set which port the server should listen on.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import image from '@astrojs/image';

// https://astro.build/config
export default defineConfig({
site: 'http://localhost:3000',
site: 'http://localhost:4321',
integrations: [image({ logLevel: 'silent', serviceEntryPoint: '@astrojs/image/sharp' })]
});
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import image from '@astrojs/image';

// https://astro.build/config
export default defineConfig({
site: 'http://localhost:3000',
site: 'http://localhost:4321',
integrations: [image({ logLevel: 'silent', serviceEntryPoint: '@astrojs/image/sharp' })]
});
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import image from '@astrojs/image';

// https://astro.build/config
export default defineConfig({
site: 'http://localhost:3000',
site: 'http://localhost:4321',
integrations: [image({ logLevel: 'silent', serviceEntryPoint: '@astrojs/image/sharp' })]
});
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import image from '@astrojs/image';

// https://astro.build/config
export default defineConfig({
site: 'http://localhost:3000',
site: 'http://localhost:4321',
integrations: [image({ logLevel: 'silent', serviceEntryPoint: '@astrojs/image/sharp' })]
});
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import image from '@astrojs/image';

// https://astro.build/config
export default defineConfig({
site: 'http://localhost:3000',
site: 'http://localhost:4321',
integrations: [image({ logLevel: 'silent', serviceEntryPoint: '@astrojs/image/sharp' })]
});
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import image from '@astrojs/image';

// https://astro.build/config
export default defineConfig({
site: 'http://localhost:3000',
site: 'http://localhost:4321',
integrations: [image({ logLevel: 'silent', serviceEntryPoint: '@astrojs/image/sharp' })]
});
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import image from '@astrojs/image';

// https://astro.build/config
export default defineConfig({
site: 'http://localhost:3000',
site: 'http://localhost:4321',
integrations: [image({ logLevel: 'silent', serviceEntryPoint: '@astrojs/image/sharp' })]
});
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import image from '@astrojs/image';

// https://astro.build/config
export default defineConfig({
site: 'http://localhost:3000',
site: 'http://localhost:4321',
integrations: [image({ logLevel: 'silent' })]
});
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import mdx from '@astrojs/mdx';

// https://astro.build/config
export default defineConfig({
site: 'http://localhost:3000',
site: 'http://localhost:4321',
integrations: [image({ logLevel: 'silent', serviceEntryPoint: '@astrojs/image/sharp' }), mdx()]
});
2 changes: 1 addition & 1 deletion packages/integrations/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ For standalone mode the server handles file servering in addition to the page an
You can override the host and port the standalone server runs on by passing them as environment variables at runtime:
```shell
HOST=0.0.0.0 PORT=3000 node ./dist/server/entry.mjs
HOST=0.0.0.0 PORT=4321 node ./dist/server/entry.mjs
```
#### HTTPS
Expand Down

0 comments on commit 0065905

Please sign in to comment.