mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 10:54:39 +00:00
refactor(repo): add import DefineNuxtConfig
This commit is contained in:
@@ -7,7 +7,7 @@ WORKDIR /build
|
|||||||
|
|
||||||
COPY . .
|
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
|
# Stage 2: Run the application
|
||||||
FROM node:${NODE_VERSION}
|
FROM node:${NODE_VERSION}
|
||||||
|
|||||||
0
config/nginx/proxy.conf
Normal file
0
config/nginx/proxy.conf
Normal file
0
docker-compose.yml
Normal file
0
docker-compose.yml
Normal file
@@ -1,4 +1,5 @@
|
|||||||
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||||||
|
import {defineNuxtConfig} from 'nuxt/config';
|
||||||
import {resolve} from 'path';
|
import {resolve} from 'path';
|
||||||
|
|
||||||
const SRC = resolve(__dirname, 'src');
|
const SRC = resolve(__dirname, 'src');
|
||||||
|
|||||||
3742
package-lock.json
generated
3742
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vueuse/core": "^9.3.1",
|
"@vueuse/core": "^9.3.1",
|
||||||
"@vueuse/nuxt": "^9.3.1",
|
"@vueuse/nuxt": "^9.3.1",
|
||||||
"nuxt": "3.0.0-rc.11",
|
"nuxt": "^3.0.0",
|
||||||
"sass": "^1.55.0"
|
"sass": "^1.55.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user