Skip to content

Commit 0b02a8e

Browse files
committed
chore: add version comments
1 parent 7288a58 commit 0b02a8e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

template/javascript/build.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* create-vue-mini v1.2.3
3+
* https://github.com/vue-mini/create-vue-mini
4+
* 请谨慎修改此文件,改动过多可能会导致你后续升级困难。
5+
*/
16
import path from 'node:path';
27
import process from 'node:process';
38
import { fileURLToPath } from 'node:url';

template/typescript/build.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* create-vue-mini v1.2.3
3+
* https://github.com/vue-mini/create-vue-mini
4+
* 请谨慎修改此文件,改动过多可能会导致你后续升级困难。
5+
*/
16
import path from 'node:path';
27
import process from 'node:process';
38
import { fileURLToPath } from 'node:url';

0 commit comments

Comments
 (0)