Skip to content

Commit 64679bd

Browse files
committed
Updated code
1 parent ab7ea5f commit 64679bd

File tree

657 files changed

+39307
-37178
lines changed

Some content is hidden

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

657 files changed

+39307
-37178
lines changed

1.nuxt/1.essentials/1.starter/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules
66
.output
77
.env
88
dist
9+
.DS_Store

1.nuxt/1.essentials/1.starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pnpm install
1919

2020
## Development Server
2121

22-
Start the development server on http://localhost:3000
22+
Start the development server on `http://localhost:3000`
2323

2424
```bash
2525
npm run dev
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
3-
// https://nuxt.com/docs/api/configuration/nuxt-config/#port
4-
devServer: {
5-
port: 5000
6-
}
3+
74
})

0 commit comments

Comments
 (0)