undo wrong bug fix, fix docs
This commit is contained in:
parent
e95d11839e
commit
22251b09d0
@ -26,7 +26,7 @@ A simple blogging platform built with Next.js, shadcn/ui and Tailwind CSS.
|
||||
|
||||
```bash
|
||||
cd server/
|
||||
npm install # bun is not suggested
|
||||
bun install
|
||||
```
|
||||
|
||||
**Copy example .env:**
|
||||
@ -44,7 +44,7 @@ A simple blogging platform built with Next.js, shadcn/ui and Tailwind CSS.
|
||||
Then, simply execute the below command and follow the prompts:
|
||||
|
||||
```bash
|
||||
node setup.js # bun is not suggested
|
||||
bun setup.js
|
||||
```
|
||||
|
||||
4. **Start server**
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Database from 'sqlite3';
|
||||
import { Database } from 'sqlite3';
|
||||
import readline from 'readline';
|
||||
import fs from 'fs';
|
||||
import figlet from 'figlet';
|
||||
|
Loading…
x
Reference in New Issue
Block a user