Skip to content

Commit

Permalink
chore: update hello-world example
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 3, 2024
1 parent 7a8e03d commit 920b399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/hello-world/nitro.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//https://nitro.unjs.io/config
// https://nitro.unjs.io/config
export default defineNitroConfig({
srcDir: "server"
srcDir: "server",
});
1 change: 0 additions & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"scripts": {
"build": "nitro build",
"dev": "nitro dev",
"prepare": "nitro prepare",
"preview": "node .output/server/index.mjs"
},
"devDependencies": {
Expand Down

0 comments on commit 920b399

Please sign in to comment.