Skip to content

Commit 35a78b4

Browse files
committed
Remove strapi-admin.js and put server files into src
1 parent c18f5f2 commit 35a78b4

39 files changed

+2
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
22

3-
const pluginPkg = require('../../package.json');
3+
const pluginPkg = require('../../../package.json');
44

55
module.exports = pluginPkg.strapi.name;
File renamed without changes.

strapi-admin.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

strapi-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
'use strict';
22

3-
module.exports = require('./server');
3+
module.exports = require('./server/src');

0 commit comments

Comments
 (0)