• Joined on 2026-04-26
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 17:17:41 +00:00
d5c8d5ad3b feat: add minimal SVG favicon
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 17:17:41 +00:00
d93b5e678f feat: add .replit config stub for Replit import
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 17:17:41 +00:00
f13d623708 fix: replace require() with express.static import for ESM compat
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:25 +00:00
d9bad7d636 chore: add vite.config.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:24 +00:00
306001a607 chore: add tsconfig.server.json
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:23 +00:00
f8d8795bbb chore: add tsconfig.json
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:22 +00:00
fc9a4d65f7 chore: add tailwind.config.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:22 +00:00
c38be94a5a chore: add shared/schema.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:21 +00:00
dbc8003a08 chore: add server/vite.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:20 +00:00
0bb38fa225 chore: add server/routes.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:20 +00:00
c9f4d63e70 chore: add server/payments/stripe.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:19 +00:00
f948547f03 chore: add server/payments/authorizenet.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:18 +00:00
1f5d34aab5 chore: add server/index.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:17 +00:00
3812bbe6ae chore: add server/db.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:17 +00:00
2fb134f42b chore: add server/email.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:16 +00:00
0382d22c97 chore: add server/auth.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:15 +00:00
893ad6558d chore: add scripts/seed-admin.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:14 +00:00
80b212e933 chore: add drizzle.config.ts
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:14 +00:00
f520592d1f chore: add package.json
notshop pushed to main at WellBuilder/notshop-bundle 2026-04-26 16:36:13 +00:00
8493a00aa4 chore: add client/src/pages/shop.tsx