tierrun / tier-vercel-openai

This project generates marketing content using OpenAI, implements metered pricing model, checks for feature access based on their current subscription, reports usage of a feature, manages subscription and more using Tier.
https://tier-vercel-openai.vercel.app
MIT License
335 stars 49 forks source link

Add intellisense and fix side-effects #10

Open jerriclynsjohn opened 1 year ago

jerriclynsjohn commented 1 year ago

As we need to use Tier on edge, we had to import the edge-compliant Tier using import {Tier} from 'tier/client', while the entire codebase compiles it renders IDE intellisense useless for fetching Tier SDK documentation and autocomplete.

We fix this by changing tsconfig.json


- "moduleResolution": "Node"
+ "moduleResolution": "NodeNext"

Now that the intellisense is working, there are two side effects that need attention

  1. T3 env validation of schema on build (https://env.t3.gg/docs/nextjs)
    • We cannot import mjs file into a common JS file, so we had to rename env.mjs to env.js, because of this change we cannot import our env file into next.config.mjs and we have to remove it for now.
  2. @headlessui/react - This doesn't break compilation but inherently resurfaces the below mentioned issues
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tier-vercel-openai ❌ Failed (Inspect) Aug 10, 2023 9:16pm