Inaolaji Taofeek
Inaolaji Taofeek
You can work on it @KlausMikhaelson
I'm having the same issue
> I was using the wrong AWS region...if anyone else ever has this issue... I was using eu-central-1 instead of us-east-1
 
@VG-1 you haven't review my commit
I ran `npx gen types typescript --project-id Reference ID > db_types.ts` I got the error below: ``` cp: cannot stat '/c/Users/Aladdin/AppData/Local/npm-cache/_npx/e32269122bb7f099/node_modules/.bin/template.gen': No such file or directory ```
npm update got mine fixed
Check for outdated dependence `npm outdated ` then update again with `npm update`
you are to create .env file inside the root directory and copy the file inside the env.example into it. change REACT_APP_GITHUB_TOKEN and GITHUB_USERNAME to generated the key from your GitHub...
> Solved for vite > > ``` > import { defineConfig } from "vite"; > import vue from "@vitejs/plugin-vue"; > > // https://vitejs.dev/config/ > export default defineConfig({ > server: {...