chore: initial Observable workspace with technical README
This commit is contained in:
8
docs/data/sample.json.js
Normal file
8
docs/data/sample.json.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const now = new Date().toISOString();
|
||||
|
||||
process.stdout.write(
|
||||
JSON.stringify({
|
||||
message: "Sample data loader OK",
|
||||
generatedAt: now,
|
||||
}),
|
||||
);
|
||||
Reference in New Issue
Block a user