sambe
TTCTheo's Typesafe Cult
•Created by sambe on 9/26/2023 in #questions
Astro won't build after adding middleware/index.ts
I was adding i18n to astro and used astro-i18n-aut. This package did not work for me, so I decided to reset my repo to the previous commit. Now the project does not build anymore. It does build on vercel, so I think it has something to do with the cache. The error is below
[vite]: Rollup failed to resolve import "astro-i18n-aut" from "/Users///**/src/middleware/index.ts".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
build.rollupOptions.external
1 replies
TTCTheo's Typesafe Cult
•Created by sambe on 9/12/2023 in #questions
Bun window tsconfig
I have this error when using bun-types in the tsconfig.json as in https://bun.sh/docs/installation#typescript. This will fail bun run build. Anybody know why this is?
8 replies
TTCTheo's Typesafe Cult
•Created by sambe on 9/10/2023 in #questions
Creating internal tools for company usage
Hi,
I would like to develop a tool that will only be used by people at my company. I have looked everywhere, but nothing seems to satisfy my needs.
Things I have considered are:
Only allowing certain email domains
Keeping a table of all people with access
Any thoughts or other options?
7 replies