Explorar el Código

:recyle: providing sample generated placeholder instead

tags/0.0.1
j hace 4 años
padre
commit
a14c47b839
Se han modificado 2 ficheros con 7 adiciones y 7 borrados
  1. 0
    7
      backend/db/_generated.js
  2. 7
    0
      backend/db/_generated.sample.js

+ 0
- 7
backend/db/_generated.js Ver fichero

@@ -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 Ver fichero

@@ -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
+ */

Loading…
Cancelar
Guardar