Skip to content

Commit

Permalink
v0.0.11 threed: vercel deploy 'next build'
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-mcgee committed Sep 3, 2022
1 parent 83a3ffa commit 95e9cb0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const nextConfig = {
],
})

// shader support
// shader support (NOT WORKING ??)
config.module.rules.push({
test: /\.(glsl|vs|fs|vert|frag)$/,
exclude: /node_modules/,
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threed",
"version": "0.0.10",
"version": "0.0.11",
"description": "'threed' is a functioning, legit, low-dependency app, a package supporting a monorepo of workspaces that utilize/depend on 'ThreeJS, WebGL, React, TypeScript <Fiber>, GraphQL', in extremely active development",
"author": {
"name": "Marty McGee",
Expand Down Expand Up @@ -119,6 +119,7 @@
"https://garden.university",
"threed",
"threedgarden",
"threedgarden.eth"
"threedgarden.eth",
"threed,node,apollo,graphql,vite,next,three,react-three-fiber"
]
}
1 change: 1 addition & 0 deletions src/components/canvas/Box.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/no-unknown-property */
import useStore from '~/stores/store'
import { useFrame } from '@react-three/fiber'
import { useRef, useState } from 'react'
Expand Down
1 change: 1 addition & 0 deletions src/components/canvas/Shader/Shader.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/no-unknown-property */
import * as THREE from 'three'
import { useFrame, extend } from '@react-three/fiber'
import { useRef, useState } from 'react'
Expand Down
4 changes: 2 additions & 2 deletions src/components/router/router.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from "react";
import { Switch, Route, Router } from "wouter";
import Home from "../../pages/home";
import About from "../../pages/about";
import Home from "../../vite/home";
import About from "../../vite/about";

/**
* The router is imported in app.jsx
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 95e9cb0

Please sign in to comment.