Procházet zdrojové kódy

:recyle: providing sample generated placeholder instead

tags/0.0.1
j před 4 roky
rodič
revize
a14c47b839
2 změnil soubory, kde provedl 7 přidání a 7 odebrání
  1. 0
    7
      backend/db/_generated.js
  2. 7
    0
      backend/db/_generated.sample.js

+ 0
- 7
backend/db/_generated.js Zobrazit soubor

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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit