Skip to content

Commit

Permalink
feat: update nvmrc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carcruz committed Jul 11, 2022
1 parent 6f86620 commit a495430
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/genetics/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
16.15.1
10 changes: 5 additions & 5 deletions apps/genetics/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { defineConfig } from "vite";
import svgrPlugin from "vite-plugin-svgr";
import react from "@vitejs/plugin-react";
import graphql from "@rollup/plugin-graphql";
import { defineConfig } from 'vite';
import svgrPlugin from 'vite-plugin-svgr';
import react from '@vitejs/plugin-react';
import graphql from '@rollup/plugin-graphql';

// https://vitejs.dev/config/
export default defineConfig({
preview: {
port: 3000,
},
build: {
outDir: "./bundle-genetics",
outDir: './bundle-genetics',
},
plugins: [
graphql(),
Expand Down
2 changes: 1 addition & 1 deletion apps/platform/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
16.15.1

0 comments on commit a495430

Please sign in to comment.