Skip to content

Commit

Permalink
remove node integration and format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
isimmons committed Mar 23, 2024
1 parent 0c80b0f commit ed53c89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 178 deletions.
176 changes: 0 additions & 176 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build --remote",
"build:local": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/db": "^0.9.3",
"@astrojs/node": "^8.2.5",
"astro": "^4.5.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import { db, Comment } from "astro:db";
import { Comment, db } from "astro:db";
const comments = await db.select().from(Comment);
---
Expand Down

0 comments on commit ed53c89

Please sign in to comment.