fix: make it work with new vite
This commit is contained in:
13
README.md
13
README.md
@@ -5,18 +5,13 @@ Started" guide here: https://fresh.deno.dev/docs/getting-started
|
||||
|
||||
### Usage
|
||||
|
||||
Make sure to install Deno: https://deno.land/manual/getting_started/installation
|
||||
Make sure to install Deno:
|
||||
https://docs.deno.com/runtime/getting_started/installation
|
||||
|
||||
Then start the project:
|
||||
Then start the project in development mode:
|
||||
|
||||
```
|
||||
deno task start
|
||||
deno task dev
|
||||
```
|
||||
|
||||
This will watch the project directory and restart as necessary.
|
||||
|
||||
## FIX
|
||||
|
||||
```
|
||||
sed -i -e 's/"deno"/"no-deno"/' node_modules/@libsql/client/package.json
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user