Переглянути джерело

Update package.json, remove types folder

Types folder is not needed to be in VCS. Also changed package.json to
use correct scope.
master
TheoryOfNekomata 1 рік тому
джерело
коміт
f236bd84db
5 змінених файлів з 2 додано та 6 видалено
  1. +1
    -0
      .gitignore
  2. +1
    -1
      package.json
  3. +0
    -1
      types/index.d.ts
  4. +0
    -1
      types/routes.d.ts
  5. +0
    -3
      types/server.d.ts

+ 1
- 0
.gitignore Переглянути файл

@@ -105,4 +105,5 @@ dist
.tern-port

.npmrc
/types/
.idea/

+ 1
- 1
package.json Переглянути файл

@@ -1,5 +1,5 @@
{
"name": "@modal/webvideo-clip-web-api",
"name": "@modal-sh/webvideo-clip-web-api",
"version": "0.0.0",
"files": [
"dist",


+ 0
- 1
types/index.d.ts Переглянути файл

@@ -1 +0,0 @@
import './routes';

+ 0
- 1
types/routes.d.ts Переглянути файл

@@ -1 +0,0 @@
export {};

+ 0
- 3
types/server.d.ts Переглянути файл

@@ -1,3 +0,0 @@
/// <reference types="node" />
declare const SERVER: import("fastify").FastifyInstance<import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> & PromiseLike<import("fastify").FastifyInstance<import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault>>;
export default SERVER;

Завантаження…
Відмінити
Зберегти