Skip to content

Commit

Permalink
Tue Aug 8 17:28:00 CST 2023 inscode
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Aug 8, 2023
1 parent 6200910 commit 09d631b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .inscode
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
run = "npm i && npm run dev"

[env]
PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}"
XDG_CONFIG_HOME = "/root/.config"
npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global"
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {defineConfig} from 'vite';
import vue from '@vitejs/plugin-vue';

const path = require('path');
什么

const config = defineConfig({
plugins: [vue()],
Expand Down

0 comments on commit 09d631b

Please sign in to comment.