Gets the name of a number, even if it's stupidly big. Supersedes TheoryOfNekomata/number-name.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

8 řádky
184 B

  1. import { defineConfig } from 'vite'
  2. import reactRefresh from '@vitejs/plugin-react-refresh'
  3. // https://vitejs.dev/config/
  4. export default defineConfig({
  5. plugins: [reactRefresh()]
  6. })