Closed userquin closed 2 years ago
when using nostr-utils as submodule:
nostr-utils
pnpm run dev-submodule
pnpm run build-submodule && pnpm run preview
when using nostr-utils:
pnpm run dev
pnpm run build && pnpm run preview
Maybe we need to modify some flags once nostr-utils changed.
when using
nostr-utils
as submodule:pnpm run dev-submodule
for dev serverpnpm run build-submodule && pnpm run preview
for test buildwhen using
nostr-utils
:pnpm run dev
for dev serverpnpm run build && pnpm run preview
for test buildMaybe we need to modify some flags once
nostr-utils
changed.