Added some textures.
This commit is contained in:
parent
ed26d36941
commit
1c64569d9a
1
package-lock.json
generated
1
package-lock.json
generated
@ -23,6 +23,7 @@
|
||||
"dexie": "^3.2.4",
|
||||
"dexie-observable": "^4.0.1-beta.13",
|
||||
"earcut": "^2.2.4",
|
||||
"events": "^3.3.0",
|
||||
"hls.js": "^1.1.4",
|
||||
"loglevel": "^1.8.1",
|
||||
"mxgraph": "^4.2.2",
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
"@babylonjs/serializers": "^6.21.3",
|
||||
"@cloudflare/workers-types": "^4.20230821.0",
|
||||
"@netlify/functions": "^1.6.0",
|
||||
"events": "^3.3.0",
|
||||
"@typed-mxgraph/typed-mxgraph": "^1.0.8",
|
||||
"@types/node": "^18.14.0",
|
||||
"dexie": "^3.2.4",
|
||||
|
||||
BIN
public/ak-alfa.glb
Normal file
BIN
public/ak-alfa.glb
Normal file
Binary file not shown.
@ -2,8 +2,13 @@ import {defineConfig} from "vite";
|
||||
|
||||
/** @type {import('vite').UserConfig} */
|
||||
export default defineConfig({
|
||||
define: {
|
||||
"global": {}
|
||||
define: {},
|
||||
optimizeDeps: {
|
||||
esbuildOptions: {
|
||||
define: {
|
||||
global: 'window',
|
||||
}
|
||||
}
|
||||
},
|
||||
server: {
|
||||
port: 3001,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user