stacker.news/api
ekzyis 5b2e835722 Separate client and server imports by files
* wallets now consist of an index.js, a client.js and a server.js file
* client.js is imported on the client and contains the client portion
* server.js is imported on the server and contains the server porition
* both reexport index.js so everything in index.js can be shared by client and server

* every wallet contains a client.js file since they are all imported on the client to show the cards

* client.js of every wallet is reexported as an array in wallets/client.js
* server.js of every wallet is reexported as an array in wallets/server.js

FIXME: for some reason, worker does not properly import the default export of wallets/server.js
2024-07-16 15:46:44 +02:00
..
lnd Add docs for local LND setup 2023-05-19 18:28:46 -05:00
models allow slog logs to be disabled/configured 2024-07-01 16:48:54 -05:00
paidAction avoid float in prisma template param 2024-07-14 16:53:06 -05:00
resolvers Separate client and server imports by files 2024-07-16 15:46:44 +02:00
s3 make dev s3 endpoints clearer 2024-03-20 13:23:59 -05:00
search semantic search 2024-01-15 17:22:57 -06:00
slack Add setting to send diagnostics back to SN (#463) 2023-09-18 18:00:16 -05:00
typeDefs Separate client and server imports by files 2024-07-16 15:46:44 +02:00
package.json Convert worker to ESM (#500) 2023-09-23 20:19:35 -05:00
ssrApollo.js Referral Rewards (#1262) 2024-07-10 19:23:05 -05:00