浏览代码

:recyle: providing sample generated placeholder instead

tags/0.0.1
j 4 年前
父节点
当前提交
a14c47b839
共有 2 个文件被更改,包括 7 次插入7 次删除
  1. 0
    7
      backend/db/_generated.js
  2. 7
    0
      backend/db/_generated.sample.js

+ 0
- 7
backend/db/_generated.js 查看文件

@@ -1,7 +0,0 @@
1
-/**
2
- * Generated mock data to copy
3
- * into the db with npm run seed
4
- *
5
- * You MUST first run npm run generate!
6
- */
7
-asdfasdf

+ 7
- 0
backend/db/_generated.sample.js 查看文件

@@ -0,0 +1,7 @@
1
+/**
2
+ * Generated mock data to copy
3
+ * into the db with npm run seed
4
+ *
5
+ * You MUST first rename this file _generated.js
6
+ * then you can run npm run generate!
7
+ */

正在加载...
取消
保存