mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
add open script
This commit is contained in:
parent
1184817741
commit
fe043e63fc
2160
examples/rln-js/package-lock.json
generated
2160
examples/rln-js/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,10 +3,10 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"start": "npm run open && next dev",
|
||||
"lint": "next lint",
|
||||
"open": "npx open-cli http://localhost:3000/rln-js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@waku/rln": "0.1.1-7e8cb89",
|
||||
@ -28,6 +28,7 @@
|
||||
"autoprefixer": "^10",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "13.5.6",
|
||||
"open-cli": "^7.2.0",
|
||||
"postcss": "^8",
|
||||
"tailwindcss": "^3",
|
||||
"typescript": "^5"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user