Gets the name of a number, even if it's stupidly big. Supersedes TheoryOfNekomata/number-name.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

8 рядки
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. })