mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-13 03:50:02 -04:00
Fix overflow
This commit is contained in:
parent
315204e5d7
commit
bdea8efb53
4 changed files with 33 additions and 14 deletions
24
server.js
24
server.js
|
@ -163,18 +163,18 @@ app.use(express.static(publicPath));
|
|||
// type: "theme",
|
||||
// });
|
||||
|
||||
// await catalog_assets.create({
|
||||
// package_name: "com.nebula.fortnite.jpg",
|
||||
// title: "Fortnite.jpg",
|
||||
// image: "fortnite.jpg",
|
||||
// author: "Nebula Services",
|
||||
// version: "1.0.0",
|
||||
// description: "Like the image in Ultraviolet, now on Nebula!",
|
||||
// tags: ["Image", "Funny"],
|
||||
// payload: "com.nebula.cybermonay.css",
|
||||
// background_image: "fortnite.jpg",
|
||||
// type: "theme",
|
||||
// });
|
||||
await catalog_assets.create({
|
||||
package_name: "com.neptune.neptune",
|
||||
title: "Neptune",
|
||||
image: "neptune.webp",
|
||||
author: "Neptune",
|
||||
version: "1.0.0",
|
||||
description: "Neptune image",
|
||||
tags: ["Image", "Funny"],
|
||||
payload: "neptune.css",
|
||||
background_image: "neptune.webp",
|
||||
type: "theme",
|
||||
});
|
||||
|
||||
catalog_assets.sync();
|
||||
const server = createServer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue