Skip to content

Commit

Permalink
chore: move typed-router.d.ts to src and update version to 20 (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlyboy committed Nov 27, 2023
1 parent 4b5f999 commit 3f48f5d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:16-alpine as build-stage
FROM node:20-alpine as build-stage

WORKDIR /app
RUN corepack enable
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
@@ -1,5 +1,5 @@
[build.environment]
NODE_VERSION = "16"
NODE_VERSION = "20"

[build]
publish = "dist"
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions vite.config.ts
Expand Up @@ -36,6 +36,7 @@ export default defineConfig({
// https://github.com/posva/unplugin-vue-router
VueRouter({
extensions: ['.vue', '.md'],
dts: 'src/typed-router.d.ts',
}),

// https://github.com/JohnCampionJr/vite-plugin-vue-layouts
Expand Down

0 comments on commit 3f48f5d

Please sign in to comment.