1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-06-20 01:55:19 +00:00

refactor(repo): add import DefineNuxtConfig

This commit is contained in:
2022-11-12 02:52:22 +07:00
parent f2688d8d96
commit 5b4b190c2c
6 changed files with 2019 additions and 1728 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ WORKDIR /build
COPY . .
RUN npm ci && npm run build && npm cache clean --force
RUN npm cache clean --force && npm ci && npm run build
# Stage 2: Run the application
FROM node:${NODE_VERSION}
View File
View File
+1
View File
@@ -1,4 +1,5 @@
// https://v3.nuxtjs.org/api/configuration/nuxt.config
import {defineNuxtConfig} from 'nuxt/config';
import {resolve} from 'path';
const SRC = resolve(__dirname, 'src');
+2016 -1726
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -10,7 +10,7 @@
"devDependencies": {
"@vueuse/core": "^9.3.1",
"@vueuse/nuxt": "^9.3.1",
"nuxt": "3.0.0-rc.11",
"nuxt": "^3.0.0",
"sass": "^1.55.0"
}
}